Tutorials
PHP
PHP was initially written by Rasmus Lerdorf as a set of tools for working with web pages in 1994. By January 2001 it had undergone major revisions and extensions and was in use on nearly 5 million domains and by June, 2002. As of April of 2005, about 20 million domains have PHP installed.

What can PHP do?
PHP is mainly focused on server-side scripting, so you can do anything any other CGI program can do, such as collect form data, generate dynamic page content, or send and receive cookies. But PHP can do much more.
  • Server-side scripting
  • Command line scripting
  • Writing desktop applications

    PHP can be used on all major operating systems, including Linux, many Unix variants (including HP-UX, Solaris and OpenBSD), Microsoft Windows, Mac OS X, RISC OS, and probably others. PHP has also support for most of the web servers today. This includes Apache, Microsoft Internet Information Server, Personal Web Server, Netscape and iPlanet servers, Oreilly Website Pro server, Caudium, Xitami, OmniHTTPd, and many others. For the majority of the servers PHP has a module, for the others supporting the CGI standard, PHP can work as a CGI processor.

    Database Supported by PHP
  • Adabas D
  • InterBase
  • PostgreSQL
  • dBase
  • FrontBase
  • SQLite
  • Empress
  • mSQL Solid
  • FilePro (read-only)
  • Direct MS-SQL
  • Sybase
  • Hyperwave
  • MySQL
  • Velocis
  • IBM DB2
  • ODBC
  • Unix dbm
  • Informix
  • Oracle (OCI7 and OCI8)
  • Ingres
  • Ovrimos
  • PHP
    PHP Files
    PHP Operators
    PHP Switch
    PHP Arrays
    PHP if..elsif..else
    PHP Loop
    PHP Basics
    PHP Variables
    PHP Output (echo/print)