First PHP Code

How to write first PHP Code/ How to print Hello World in PHP.

<?php

echo "Hello World";

?>



Output= Hello World




Sample image with Output:









Output:







Comments

Popular posts from this blog