Programming with PHP
From Linuxhelp Wiki
PHP is primarily used for the development of dynamic web conten, but has been expanded to provide CLI (command-line interface) and GTK (Gnome Tool Kit) support. PHP is a scripted programming language, meaning that rather than compiling the code into a form which can be understood by the computer natively, an external aplication is used as an "interpreter" (a kind of translaator) which reads in the raw PHP code and outputs the result.
The articels in this section gvie a goood idea of how to work with PHP, not only in the web environment for which it is designed, but also in other situations using the CLI (and GTK) support which is now available.
Related Pages
LAMP_Setup LAMP (Linux, Apache, MySQL and PHP) Setup guide
External Links
PHP.net - The PHP Homepage
PHP-GTK - The PHP-GTK Project
Webmonkey:PHP - The Webmonkey PHP Area

