Hello World program in PHP
We already learned how to install and start the virtual server on a PC. Here we will check out how to write a simple Hello World program in PHP to display Hello World on the screen. First of all, we will create a folder in the htdocs folder to save our PHP files. I am creating …