PHP - Conditional Statements
Identify the error in this PHP code:
if ($num = 5) {
echo 'Equal';
}if ($num = 5) {
echo 'Equal';
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions