Phpmysql 01
Phpmysql 01
The features of PHP that are listed below makes PHP the
most enjoyable language for the developer community.
Features of PHP
Simple to use
Even a beginner can easily to learn PHP because it has
Clearly written manual DB
Stable and logical syntax
It may take only months for programmer to learn PHP and write
scripts.
It has Kis principle for (Keep it simple) rapid application
development.
The KIS principle states that most systems works best if they are
kept simple rather than made complicated
Features of PHP
Portability
The PHP scripts can be made to work on different platforms from
PHP 3.0 This is because PHP code is interpreted not compiled.
A compiled language is converted into machine code so
that the processor can execute it.
An interpreted language is a language in which the
implementations execute instructions directly without
previous compiling a program into machine language.
The compiled programs run faster than interpreted
programs.
Features of PHP
The meaning of this portability is developer can write code on
windows and install on Unix with translator for PHP.