PHP - Conditional Statements
Identify the syntax error in this PHP code snippet:
if ($value > 100) {
echo 'High';
}if ($value > 100) {
echo 'High';
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions