How to Print “Hello World” in PHP
Here is a quick tutorial on how to print “Hello World” in the PHP programming language yo commemorate the launch of SuperScripts. The answer and working code is: <?php print “Hello World”; ?> Put the code in bold above into a text file and save on your web server as helloworld.php, upload then run the … Read more How to Print “Hello World” in PHP