What is PHP?
- PHP is a programming language like C, C++ , Java ,Python.
- PHP stands for Hypertext Preprocessor.
- It is a Server side scripting language that means the script runs at the server . The jquery , javascript are client side scripting language because it script runs on the client browser . That's why all the jquery scripts comes when we save a web page but php doesn't.
Why to choose PHP?
- It is open source i.e it is free of costs .
- It is very easy to learn.
- It supports many databases like Mysql ,Informix, Oracle, Sybase etc.
- It is very very popular and have many framework like CodeIgniter , Zend , Cake php that works on MVC pattern . Using this framework professional webpage as well as web application can be easily developed.