soothepain
02-19-2013, 05:45 AM
I can output most of php code in PHP block, but cant do it with any loop like "if"or"for"or"while" ...
why is that?
for example, I enter something very simple like
for($i=0;$j<5;$i++)
{
$output .= "test";
}
it should be "testtesttesttesttest" on the page, but it shows nothing :(
why is that?
for example, I enter something very simple like
for($i=0;$j<5;$i++)
{
$output .= "test";
}
it should be "testtesttesttesttest" on the page, but it shows nothing :(