- PHP is a server side scripting language stands for Hypertext Pre-processor and used to develop static or dynamic websites or Web application. 💻
- A scripting language is a language that interprets scripts at runtime 😉
- PHP is open source and free , large community document and most web hosting servers support PHP by default 😉
<?php
echo 'Hello world';
?>