PHP - Conditional Statements
Find the error in this PHP code:
if $x > 10 {
echo "Big";
} else {
echo "Small";
}if $x > 10 {
echo "Big";
} else {
echo "Small";
}$x > 10, causing a syntax error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions