PHP - Operators
Identify the problem in this PHP code:
$x = '100';
if ($x === 100) {
echo 'Match';
} else {
echo 'No Match';
}
$x = '100';
if ($x === 100) {
echo 'Match';
} else {
echo 'No Match';
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions