- 1

loop

$x = 0; while($x<=7) { $x++; } echo $x;

13th Feb 2017, 6:06 AM
Rathna Raju
Rathna Raju - avatar
1 Réponse
+ 6
why would anyone want to loop forever in php? I'd rather break out of the loop and use another language!
13th Feb 2017, 6:54 AM
Ahri Fox
Ahri Fox - avatar