PHP: Hypertext Preprocessor -
PHP is a widely-used general-purpose programming language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the
introductory tutorial . After that, check out the online manual , and the example archive sites and some of the other resources available in the
links section .
PHP: Hypertext Preprocessor, an open source, server-side, HTML embedded scripting language used to create dynamic Web pages. In an HTML document, PHP script (similar syntax to that of Perl or C ) is enclosed within special PHP tags. Because PHP is embedded within tags, the author can jump between HTML and PHP (similar to ASP and Cold Fusion) instead of having to rely on heavy amounts of code to output HTML. And, because PHP is executed on the server, the client cannot view the PHP code.
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.
PHP was created sometime in 1994 by Rasmus Lerdorf. During mid 1997, PHP development entered the hands of other contributors. Two of them, Zeev Suraski and Andi Gutmans, rewrote the parser from scratch to create PHP version 3 (PHP3).
Find information about php, resources, tools, libraries and tutorials
PHP Links Websites with information for PHP developers - Scripts and Tools for Web Masters
Learn PHP with Tutorials, Examples, Publications, Articles, Books and Magazines
PHP.net Is the official Site for the PHP language.
Find PHP Manuals and Documentation