PHP - Variables and Data Types
What will the following PHP code output?
$name = 'John';
echo 'Hello, $name!';
$name = 'John';
echo 'Hello, $name!';
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions