PHP - Basics and Execution Model
Identify the error in this PHP code:
$count = 5
if ($count > 3) {
echo 'Count is greater than 3';
}
$count = 5
if ($count > 3) {
echo 'Count is greater than 3';
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions