What is PHP.

PHP is server side scripting language. that's the way all are define.

why server side scripting.

       the code we are written in php is executing on server side and what ever the output come out is shown as html form.
     

Comments

Popular posts from this blog

Simple Laravel CRUD with Resource Controllers

[PHP] Create MySQL Trigger in PHP