Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 535 Bytes

File metadata and controls

19 lines (12 loc) · 535 Bytes

What is php ? 🐘

- PHP is a server side scripting language stands for Hypertext Pre-processor and used to develop static or dynamic websites or Web application. 💻

What is scripting language ? 😕

- A scripting language is a language that interprets scripts at runtime 😉

Why use PHP ? 😕

- PHP is open source and free , large community document and most web hosting servers support PHP by default 😉

Hello world 😍

<?php 
  echo 'Hello world';
?>