I tried to do a loop.
Emphassis on tried...
But it is refusing to run this... at all. Why?Code:for ( $L=0; $L>=14; $L++) {
echo 'Stuff';
}
Printable View
I tried to do a loop.
Emphassis on tried...
But it is refusing to run this... at all. Why?Code:for ( $L=0; $L>=14; $L++) {
echo 'Stuff';
}
Got it... should be while <=...