What is PHP?

PHP is a widely-used general-purpose scripting 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.

Ever wondered how popular PHP is? see the Netcraft Survey.

PHP is a project of the Apache Software Foundation.

Thanks To

Related sites

Community

Syndication

You can grab our news as an RSS feed via a daily dump in a file named news.rss.

Contact

Please submit website bugs in the bug system.

'; $MIRROR_IMAGE = ''; // Iterate through possible mirror provider logo types in priority order $types = array("gif", "jpg", "png"); while (list(,$ext) = each($types)) { // Check if file exists for this type if (file_exists("backend/mirror." . $ext)) { // Add text to rigth sidebar $MIRROR_IMAGE = "

This mirror sponsored by:

\n"; // Create image HTML code $img = make_image( 'mirror.' . $ext, htmlspecialchars(mirror_provider()), FALSE, FALSE, 'backend', 0 ); // Add size information depending on mirror type if (is_primary_site() || is_backup_primary()) { $img = resize_image($img, 125, 125); } else { $img = resize_image($img, 120, 60); } // End mirror specific part $MIRROR_IMAGE .= '' . $img . "


\n"; // We have found an image break; } } // Prepend mirror image to sidebar text $RSIDEBAR_DATA = $MIRROR_IMAGE . $RSIDEBAR_DATA; // Run the boldEvents() function on page load $ONLOAD = "boldEvents(); searchHistory();"; // Write out common header commonHeader("Hypertext Preprocessor"); // DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it) ?>

PHP 4.3.4 released!

[03-Nov-2003] The PHP developers are proud to announce the immediate availability of PHP 4.3.4. This release contains a fair number of bug fixes and we recommend that all users of PHP upgrade to this version. Full list of fixes can be found in the NEWS file.


PHP 5.0.0 Beta 2 released

[30-Oct-2003] PHP 5.0.0 Beta 2 has been released. This is the first feature complete version of PHP 5, and we recommend for PHP users to try it. PHP 5 is still not ready for production use!

Some of the more major changes include:

There have been many changes since Beta 1, some of them documented in the NEWS file and most language changes are documented on our PHP 5/Zend Engine 2 page.


Forum PHP in Paris, November 26 & 27th

[26-Oct-2003] The French PHP User Group AFUP association is proud to announce the third annual PHP meeting in Paris, on November 26th and 27th, 2003. Developers and managers will gather to meet Zeev Suraski and other prominent community experts for two days of sessions, packed with solutions and advanced techniques (in French).


Monthly PHP Magazine in French launched!

[15-Oct-2003] Nexen.net has launched Direction|PHP, the first PHP and MySQL dedicated magazine in French. This monthly publication features indeep coverage of PHP industry, business and user cases and technical articles from PHP|Architect.

For more information, read the Direction|PHP website (in French).


ApacheCon 2003, the Global Hub for All Things Apache

[11-Oct-2003] The official conference of the Apache Software Foundation will be held November 16-20, 2003 in Las Vegas. More than 60 sessions highlight core and next-generation Apache server tools, offering a wide range of beginner, intermediate and advanced sessions. Learn firsthand the latest developments in Apache, as well as key open source projects, including PHP, Perl, XML, Java, MySQL, and WebDAV.


php|cruise: The World's First Ever PHP-only Cruise

[20-Sep-2003] The publishers of php|architect have announced php|cruise, a five-day cruise to the Bahamas Islands featuring a lot of fun and over thirty different sessions dedicated to PHP from well known experts like Wez Furlong, Alan Knowles and John Coggeshall.

The cruise will take place March 1st to 5th, 2004. The organizers have announced a contest to give away one free place on the cruise.


PHP Usage Survey Results

[18-Sep-2003] Check out the results of the PHP Usage Survey conducted by Zend Technologies, including feedback from thousands of PHP users around the world. Thanks for all who contributed!


PHP Manual CHM Edition - 12th build

[06-Sep-2003] The 12th build of the extended CHM edition is out now, and available for download. This build contains updated content and user notes, as well as fixes the bugs found in the previous build. A new optional "phpZ" skin is also introduced in this release, courtesy of Gonzalo De la Pena Andreu. For more information, visit the homepage of this edition.


International PHP Conference 2003 program online

[05-Sep-2003] The organisers of the International PHP Conference which will take place for the third time in Frankfurt, Germany from Nov. 2 to 5, 2003 have announced the conference program. The conference board which consists of Bjoern Schotte, Zak Greant, Zeev Suraski, Thies Arntzen and Jan Lehnardt has chosen more than 40 sessions for the main program on Nov. 4 and 5 and 7 in-depth Power Workshops for the pre conference program on Nov. 2 and 3. Among the prominent speaking crowd is Zeev Suraski, Ken Coar and many others. See the conference website for more information.


Server Central Donates Server

[28-Aug-2003] Chicago-based company Server Central has donated PHP.net a brand new server with a gigabit connection. The box is a quad 2.4GHz machine with 2GB ram, so we're going to be using it to power our more resource-intensive tasks, including building the manual. Thanks, Server Central!


European Open Source Development Threatened!

[27-Aug-2003] Today sees an international day of protest against the move by the EU to make obtaining a patent easier within Europe. Such patents may cause Open Source software such as PHP to infringe on existing licenses and new ones, meaning we would no longer be safe to distribute PHP within Europe. Contact your EU Representative to get this cruicial vote blocked. Find out more at the campaign website


php{con west is announced

[26-Aug-2003] php{con returns to the San Francisco Bay Area with new sessions, PHP gurus and a whole new day of PHP-intensive learning. Their program features a full day of tutorials, three technical session tracks over two days, an all day coding marathon, Code Sprint, social events, works in progress, and presentations from PHP luminaries. Early Bird discounts end on September 26th. See the full program and register online at their website


PHP 4.3.3 released!

[25-Aug-2003] The PHP developers are proud to announce the immediate availability of PHP 4.3.3. This release contains a large number of bug fixes and we strongly recommend that all users of PHP upgrade to this version. Full list of fixes can be found in the NEWS file.


News Archive