PHP - Basics and Execution Model
What will this PHP code output?
<?php $name = "John"; echo "Hello, $name!"; ?>
<?php $name = "John"; echo "Hello, $name!"; ?>
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions