0

PHPを使用して以下のプロセスを達成しようとしていますが、困惑しています。誰も手を差し伸べることができますか?

Get table that contains years from database
    Loop through each row (year) using a foreach loop
        Use a for loop to divide year into months (12)
            Do a calculation on each month which can only be verified on month 12 of each year
            If verification is unsuccessful +/- a number and re-run the for loop for the current year
            Else carry on to the next year

どうもありがとう

4

0 に答える 0