<!DOCTYPE html> <html> <head> <title>while loop example-aimtocode</title> </head> <body> <?php $i = 0; &sum = 50; while($i<10) { $num--; $i++; } echo ("Loop stopped at i = $i and num = $num"); ?> </body> </html>