目前还没有设置分类
This code, I want to implement when $i%4==0, executes the statement and then executes when $i%2==0
How do you write the IF statement for PHP?
Some of the answers I tried, the procedure was wrong.
And then I changed it.
目前还没有设置分类
And then it's right.
But this is too ugly to write, I hope the great God help me to change, change to if Else statement, do not delete other sentences, the DA ~
Reply content:
目前还没有设置分类
This code, I want to implement when $i%4==0, executes the statement and then executes when $i%2==0
How do you write the IF statement for PHP?
Some of the answers I tried, the procedure was wrong.
And then I changed it.
目前还没有设置分类
And then it's right.
But this is too ugly to write, I hope the great God help me to change, change to if Else statement, do not delete other sentences, the DA ~
目前还没有设置分类
目前还没有设置分类
Read the upstairs to write more than the php label of a good complex, in fact, like this simple php and html template with the use of the direct, echo Ah, the php code is simple and easy to understand
目前还没有设置分类"; } ?>
if ($i % 2 === 0): echo '';elseif ($i % 4 === 0): echo '';else: echo '目前还没有设置分类
';endif;
-block" style="clear:both;">
目前还没有设置分类
Using PHP instead of syntax
目前还没有设置分类';?>