BENEFITS OF PHP
PLATFORM INDEPENDENT
PHP is a platform independent so the code of php can run on any platform like Linux, Unix, Mac OS X, Windows.
OPEN SOURCE
PHP is an Open source scripting language means there is no need to pay for use php, we can free download and use.
INTERPRETED
It is an interpreted language means the execution of program gets directly and freely i.e. there is no need for compilation.
FASTER
It is faster than the other scripting language. We can take the example of asp and jsp. it is faster than this.
CASE SENSITIVE
PHP is a case sensitive scripting language at time of variable declaration.
FAMILIARITY
We can easily understand the php syntax if you are in programming background.
