PHP - Operators
Find the error in this PHP code snippet:
$value = 20;
$value *=;
echo $value;
$value = 20;
$value *=;
echo $value;
*= requires a value after it. Here, it is missing.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions