PHP - Basics and Execution Model
Identify the syntax error in this PHP code:
<?php
for ($i = 0; $i < 3; $i++) {
echo $i
}
<?php
for ($i = 0; $i < 3; $i++) {
echo $i
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions