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.

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.

'; $MIRROR_IMAGE = ''; // Try to find a sponsor image in case this is an official mirror if (is_official_mirror()) { // 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; // Write out common header site_header("Hypertext Preprocessor", array('onload' => 'boldEvents();', 'headtags' => '')); // DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it) ?>

Vancouver PHP Conference Call For Speakers

[13-Oct-2006] The Vancouver PHP User Group is pleased to announce their second PHP Conference in Vancouver, B.C., Canada on February 12-13, 2007. If you are interested in participating as a speaker or sponsor, please email Shane Caraveo at shanec AT ActiveState DOT com.


Forum PHP in Paris, France, November 9 & 10th, 2006

[04-Oct-2006] The French AFUP association is proud to announce the fifth annual PHP meeting in Paris, on November 9th and 10th, 2006. Developers and managers will gather to meet Rasmus Lerdorf, Andrei Zmievski and other prominent community experts for two days of sessions, packed with enterprise solutions and advanced techniques (in French).


Zend / PHP Conference & Expo 2006

[13-Sep-2006] The Zend / PHP Conference & Expo 2006 has an Early Bird registration special available before September 15. Use the 'earlybird' code, available on the site, and receive a $795 registration price.

The conference has announced a great line-up of speakers, including Chris Anderson, author of The Long Tail and editor-in-chief at Wired Magazine, r0ml, open source strategist, and Matthew Rechs, CTO of interactive agency, Schematic. There's a great line-up of speakers available.


International PHP Conference 2006

[10-Sep-2006] Software & Support media is pleased to announce the International PHP Conference 2006. It will happen from Nov. 05 to Nov. 08, 2006 at Frankfurt/Main. This year's sessions include topics on Security, PHP Internals, PHP & Business and Webservice topics. The Call for Papers has been closed and the programme is now online.

On Nov. 05 and Nov. 06 there will be 6-hour PowerWorkshops that deliver hands-on PHP knowledge. A Management Day, dedicated to Managers who want to get informed about the usage of PHP, contains several sessions about the usage of PHP in large companies. The "PHP Code Camp @ Nite" with PHP Core Devs Marcus Börger and Sara Golemon. They go through from PHP basics to PHP OOP and implementing your own PHP extension. Delicious pizza and beer will do the rest. Registration is now open.


2006 DC PHP Conference - Speakers and schedule

[06-Sep-2006] The 2006 DC PHP Conference group is pleased to announce our speaker and schedule lineup. The conference is taking place in downtown Washington, DC, USA at the L'Enfant Plaza Hotel, October 19-20, 2006. There will be presentations and networking opportunities in the heart of the public sector.


PHP 5.1.6 Released

[24-Aug-2006] The PHP development team would like to announce the immediate availability of PHP 5.1.6. This release contains a fix for memory_limit restriction on 64 bit systems that was not included in PHP 5.1.5.


Mastering Regular Expressions - now with PHP coverage

[24-Aug-2006] The third edition of Mastering Regular Expressions is finally out and includes a full 48-page chapter on PHP. This is an excellent resource from Jeffrey Friedl who has been writing about regexps for years.


PHP 4.4.4 and PHP 5.1.5 Released

[17-Aug-2006] The PHP development team would like to announce the immediate availability of PHP 5.1.5 and 4.4.4. These two releases address a series of security problems that were discovered since the release of PHP 5.1.4 and 4.4.3. The new releases include the following changes:

Further details about this release can be found in the release announcements (5.1.5 and 4.4.4), and the full list of changes is available in the ChangeLogs (PHP 4, PHP 5).


News Archive