PHP - Loops
Identify the syntax error in this PHP loop:
for $i = 0; $i < 3; $i++ {
echo $i;
}for $i = 0; $i < 3; $i++ {
echo $i;
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions