What is PHP?PHP a recursive acronym of Hypertext Preprocessor is an open source (means FREE!!) server side embedded scripting language for website development. Generally it is used for web pages with dynamic content that can interact with databases (web based software applications. The endless possibilities of the PHP scripting language and a great community of users have made it one of the most popular open-source languages. Open Source means it doesn't cost anything. One can use it as much as he wants and where he wants. It is capable of managing huge database-driven online environments. PHP is especially lightweight and speedy. Technically much of its syntax is borrowed from C, Java and Perl with some its unique features. PHP code is enclosed within special PHP tags in an HTML page. When a visitor opens the page, the server processes the PHP code and then sends the output to the visitor's browser; you only need to save your file with the extension .php. PHP offers excellent connectivity to many databases including MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, and Generic ODBC. The popular PHP-MySQL combination (both are open-source products and FREE of cost) is available on almost every UNIX host. PHP's support for Apache and MySQL further increases its popularity. Apache is now the most-used web-server in the world. PHP can perform any task that any CGI program can do, but its strength lies in its compatibility with many types of databases. Also, PHP can talk across networks using IMAP, SNMP, NNTP, POP3, or HTTP. Historically Rasmus Lerdorf created PHP in 1994. PHP known originally as Personal Home Pages. The parser was rewritten in mid-1995 and renamed PHP/FI version 2. The "FI" in this version stood for the Form Interpreter. PHP/FI underwent massive growth, and other people started to contribute code to it regularly. In mid-1997 Zeev Suraski and Andi Gutmans rewrote the main parser, and PHP shifted from being Rasmus' own to a more group-orientated project. This formed the basis for PHP3, now named PHP: Hypertext Preprocessor - a recursive acronym. The latest version, PHP4, is another rewrite by Suraski and Gutmans and is based around the Zend engine.
|
|||||||||||||
|
|||||||||||||