|
PHP
or Hypertext Preprocessor is a widely used scripting language that
easily incorporates into HTML. It is a derivative of C, Java, and
Perl. It allows you to quickly and dynamically generate pages. PHP
has slowly developed to what it is today. The current version is
PHP 4. You can run different versions simultaneously. PHP is written
within HTML however it is processed on the server. PHP can be used
as a server-side scripting language that requires a PHP parser,
a web server, and a web browser however you can also use it for
command line scripting that only requires a PHP parser. A unique
feature of PHP is that it allows you to write client-side GUI applications.
PHP can be used on all major operating systems.
|