PHP Basics: Syntax
About PHP:
PHP is a server side scripting language that does something in response to events unlike a programming language that can do things even when it’s not responding to events. JavaScript is an example of another popular scripting language but unlike JavaScript, PHP is going to run on the server side (Web Server) not on the client side (User Browser).
Read more


