PHP Tutorial

The term PHP is an acronym of Hypertext Preprocessor. PHP is a server scripting language, it widely used for making dynamic and interactive Web pages.

PHP is an open-source general purpose scripting language, widely used for website development. It is developed by Rasmus Lerdorf.

Example:

<?php
   echo "Hello, World!";
?>