A PHP script that will display the “Hello, World!”.
Hello World PHP Program
<?php
echo "Hello, World!";
?>
The output would be as follows:
Hello, World!
A PHP script that will display the “Hello, World!”.
<?php
echo "Hello, World!";
?>
The output would be as follows:
Hello, World!
You must be logged in to post a comment.
Leave a Reply