PHP Code Example

Copy the code below:

<?php
$name = "Student";

echo "Hello, " . $name;
?>