echo variable in html php code example Example: php echo variable <?php $name = "John Doe"; echo "Hey $name!"; ?>