PHP Code Example
Copy the code below:
Copy Code
<?php $name = "Student"; echo "Hello, " . $name; ?>
Output Shown Below: