PHP
From LXF Wiki
A programming language that is becoming increasingly popular to use, due to its suitability for Web development. The name is a recursive acronym meaning 'PHP: Hypertext Preprocessor', although earlier versions were known as "Personal Home Page".
PHP is currently at version 5.1; learn more at [PHP's Home Website (http://www.php.net/)].
| Table of contents |
Despite its popularity, PHP is far from perfect. See Some things I hate about PHP
[edit]
Practical PHP Programming
LXF ran a series of articles on PHP programming, all are now on the wiki. Here they are:
- PHP - Optimisation
- PHP - Handling tar files part 1
- PHP - Handling tar files part 2
- PHP - Performance tuning
- PHP - Optimising MySQL queries
- PHP - Output buffering
- PHP - Sockets
- PHP - Using PEAR
- PHP - Introducing PHP 5
- PHP - Magic functions and XML
- PHP - SQLite
- PHP - Forking processes
- PHP - Alarm functions
- PHP - Secure coding
- PHP - Interfict planning
- PHP - Interfict - how it works
- PHP - Interfict and SQL
- PHP - Interfict inventories
- PHP - Regular expressions
- PHP - Finishing Interfict
- PHP - MySQL 4.1
- PHP - Tidy extension
- PHP - Form handling
- PHP - Validating data
- PHP - Spell checking
- PHP - The Curl library
- PHP - Using ncurses
- PHP - The Monty Hall Problem
Then, a bit later:
[edit]
PHP Books
- [PHP in a Nutshell (http://www.oreilly.com/catalog/phpnut/)]

