PHP - Loops
Identify the syntax error in this PHP while loop:
$count = 1;
while ($count <= 5)
echo $count;
$count++;
Identify the syntax error in this PHP while loop:
$count = 1;
while ($count <= 5)
echo $count;
$count++;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions