«
DRX
Web Developer Resource Index: PHP
PHP is a popular server-side scripting language used by many developers to deliver dynamic
content in their Web pages. It is generally embedded into the same document markup code as the
rest of the page, usually HTML. I use it to extract content from MySQL databases
and other sources, and then deliver these pages to my visitors as XHTML.
PHP is similar in concept to CGI scripting, but it has several advantages. Foremost is efficiency: scripting languages like PHP are modular components of the Web server rather than separate programs and processes. This makes communication through the server, and thus the results returned to the user, much faster. In addition, PHP scripts have access to the full Web server API—in this case Apache.
PHP has a large assortment of extensions that allow the programmer to communicate with various database systems, generate graphics, connect to FTP servers, read and write XML code, send email, and so on.
If you’re interested, you can view the PHP source code to this page.
If you find this directory useful, please take a moment to rate and/or review it on Hotscripts. I put a lot of work into drx, so I would very much appreciate it. Thank you!
Updated: Saturday, November 15th, 2008 @ 10:42 AM EST
Sub Categories
- Blogware {0}(10)[80]
- Content Management {0}(8)[78]
- Debugging {0}(8)[79]
- Frameworks {0}(8)[76]
- Performance {0}(13)[81]
- Wikis {0}(6)[77]
Navigation
Resources
-
1.
PHP Manual
The manual consists primarily of a function reference, but also contains a language reference, explanations of some of PHP's major features, and other supplemental information. [61]
★★★★★
URI:http://php.net/manual/
Author:PHP Staff [3]
Reviewed:Tuesday, April 5th, 2005 @ 12:42 AM EDT
by:Douglas Clifton
PHP Manual
developerphpprogramming
-
2.
PHP Regular Expression ClinicThis PDF slideshow format tutorial on the PHP PCRE extension is an outstanding resource for developers new to regular expressions. Exceptionally well designed, the presentation requires no speaker to inform the reader. Over 200 pages, with many examples. [1486]
★★★★★
URI:http://www.gravitonic.com/downloads/talks/phpworks2004/regex_clinic_p...
Author:Andrei Zmievski [2]
Reviewed:Saturday, August 13th, 2005 @ 12:24 PM EDT
by:Douglas Clifton
PHP Regular Expression Clinic
pcreperlphpregexresourcestutorial
-
3.
VanillaIs an open-source PHP/MySQL forum package. Several things make this product stand out: an intuitive and nicely styled, extensible interface, and it is built with semantic and valid XHTML markup free of tables that separates both presentation and behavior. [1426]
★★★★★
URI:http://getvanilla.com/
Author:Mark O'Sullivan [1]
Reviewed:Thursday, July 21st, 2005 @ 11:18 PM EDT
by:Douglas Clifton
Vanilla
cssforummysqlopen-sourcephpxhtml
-
4.
Advanced PHP ResourcesA list of resources intended to improve your PHP programming techniques, including such things as OOP and PHP, development tools, class libraries, repositories and extensions, frameworks, recommended reading, PHP5, and communities and blogs. Thanks Harry. [1424]
★★★★★
URI:http://www.sitepoint.com/forums/showthread.php?t=78687
Author:Harry Fuecks [2]
Reviewed:Wednesday, July 20th, 2005 @ 12:36 PM EDT
by:Douglas Clifton
Advanced PHP Resources
debugeditorsideooppatternsphpprofilingprogrammingrepositoryresources
-
5.
PHP MagazineAn outstanding international online and print magazine for PHP professionals. News, articles, columns, book reviews, discussion forums and more. Available on newsstands, in CD and high-quality PDF. All source code to the articles is available online. [1355]
★★★★★
URI:http://phpmag.net/
Author:Software & Support Verlag [1]
Reviewed:Thursday, June 30th, 2005 @ 9:15 AM EDT
by:Douglas Clifton
PHP Magazine
ezinephpprogramming
-
6.
Coppermine Photo Gallery
Your own personal Flickr? Build a photo gallery with open-source software using Apache, PHP, MySQL and either GD or ImageMagik. The feature-set is impressive, and always growing, I recommended trying the demo first. Very nicely done project! [1112]
★★★★★
URI:http://coppermine.sourceforge.net/
Author:Coopermine Development Team [1]
Reviewed:Sunday, May 8th, 2005 @ 1:10 AM EDT
by:Douglas Clifton
Coppermine Photo Gallery
apacheflickrgallerymysqlphp
-
7.
PHP 5 Power ProgrammingDownloaded over 1 million times, this book in PDF (and available in dead tree format) is a must-have for PHP 4 programmers migrating to version 5. Covering OOP in detail, it also includes chapters on DBs, PEAR, XML, CLI, Error Handling and Performance. [1693]
★★★★☆
URI:http://www.computer-books.us/php_2.php
Author:Andi Gutmans [1]
Reviewed:Friday, October 20th, 2006 @ 6:00 PM EDT
by:Douglas Clifton
PHP 5 Power Programming
databaseoopperformancephpshellxml
-
8.
Recommended PHP Reading ListThis list of recommended reading material on PHP is compiled from a variety of online sources by Web application developers at IBM's Global Production Services. An comprehensive list, despite the fact that the database integration material is focused DB2. [1679]
★★★★☆
URI:http://www-128.ibm.com/developerworks/opensource/library/os-php-read/
Author:Daniel Krook [1]
Reviewed:Sunday, March 26th, 2006 @ 12:00 PM EST
by:Douglas Clifton
Recommended PHP Reading List
databasedeveloperphpprogrammingreferenceresourcessecuritytutorial
-
9.
A Few Tips for Writing Useful Libraries in PHPFrom the author of MagpieRSS is this excellent article on best practices when designing, coding and supporting software libraries written in PHP (or any language pretty much). Packed with 20 tips, and lots of examples and insights, it's well worth a read. [1671]
★★★★☆
URI:http://laughingmeme.org/articles/2003/08/05/a-few-tips-for-writing-us...
Author:Kellan Elliott-McCrea [2]
Reviewed:Sunday, March 19th, 2006 @ 12:03 AM EST
by:Douglas Clifton
A Few Tips for Writing Useful Libraries in PHP
developermagpiemodulephpprogrammingsoftware
-
10.
Zend Developer ZoneAn online community for professional PHP developers, the Zone is a collection of news, articles, tutorials and examples, and provides the community with an interactive forum to promote best practices and methods for using PHP in real world applications. [1661]
★★★★☆
URI:http://devzone.zend.com/
Author:Zend Community [3]
Reviewed:Saturday, March 4th, 2006 @ 10:16 PM EST
by:Douglas Clifton
Zend Developer Zone
communitydeveloperforumphpprogrammingzend
-
11.
Duck SoupA Technorati API library with support for CosmosQuery, SearchQuery, GetInfoQuery, OutboundQuery, BlogInfoQuery, TagQuery, TopTags, AttentionQuery and KeyInfo. Ducksoup can interact with Technorati, perform queries and produce the data in organized trees. [1582]
★★★★☆
URI:http://kailashnadh.name/ducksoup/
Author:Kailash Nadh [1]
Reviewed:Saturday, January 21st, 2006 @ 12:41 AM EST
by:Douglas Clifton
Duck Soup
apiblogdomoopphpprogrammingrestsearch
-
12.
Atlanta PHPRight up there with the best localized PHP developer community groups like NYPHP (New York) and PDX (Portland, OR) is Atlanta PHP. A great source for news, job openings and more. If you live in the Southeast, or are planning a move, look up Matt or Ben. [1540]
★★★★☆
URI:http://atlphp.org/
Author:Matt Kern [1]
Reviewed:Saturday, October 15th, 2005 @ 4:00 AM EDT
by:Douglas Clifton
Atlanta PHP
communitydeveloperphp
-
13.
PHundamentalsFrom the NYPHP, one of the largest and most active PHP user groups, is this growing series of articles contributed by many of the diverse members of the PHP development community. Categories include AMP setup, site development and programming techniques. [1531]
★★★★☆
URI:http://www.nyphp.org/phundamentals/
Author:Community [19]
Reviewed:Tuesday, October 4th, 2005 @ 7:05 PM EDT
by:Douglas Clifton
PHundamentals
apacheconfighowtomysqlphpprogramming
-
14.
SavantA lightweight PHP templating system which, unlike Smarty, does not compile your templates or use a separate markup syntax. Instead, it uses normal PHP syntax, so there is no parsing overhead involved. Additional features include an OOP plugin/filter API. [1497]
★★★★☆
URI:http://phpsavant.com/yawiki/
Author:Paul M. Jones [1]
Reviewed:Thursday, August 18th, 2005 @ 8:12 PM EDT
by:Douglas Clifton
Savant
apimarkupoopphptemplate
-
15.
PHP CookbookWhy reinvent the wheel? A collaborative collection of techniques, code examples and comments from the PHP development community. Anyone can contribute, or submit comments and improvements. Not to be confused with the O'Reilly books of the same name. [1479]
★★★★☆
URI:http://aspn.activestate.com/ASPN/Cookbook/PHP
Author:Open Source Community [14]
Reviewed:Thursday, August 11th, 2005 @ 1:42 AM EDT
by:Douglas Clifton
PHP Cookbook
codehowtophpresources
-
16.
PHP EditorsA mega-resource site that focuses on reviewing PHP editors and IDEs. In truth, that's just the tip of the iceberg. There's also news, templates, tutorials and articles, resources, book reviews, forums, programming contests, and jobs including freelancing. [1430]
★★★★☆
URI:http://www.php-editors.com/
Author:PHP Editors [1]
Reviewed:Sunday, July 24th, 2005 @ 1:54 AM EDT
by:Douglas Clifton
PHP Editors
directoryeditorsforumhowtoidenewsphpreviews
-
17.
Comfortable PHP Editing with VimAnd here's an example of phpm in action. If you use Vim, this article will explain how you can set up the editor so one keystroke will display the PHP syntax for function under your cursor. But that's only the start, many more productivity tricks here. [1398]
★★★★☆
URI:http://schlitt.info/applications/blog/index.php?/archives/331-Comfort...
Author:Tobias Schlitt [2]
Reviewed:Thursday, July 14th, 2005 @ 5:09 PM EDT
by:Douglas Clifton
Comfortable PHP Editing with Vim
configeditorsphpvim
-
18.
phpm: The PHP Manual RevisitedNow this is clever. What this guy has done is taken the XML source to the PHP manual, extracted out the syntax of all the function calls, and written a PHP shell script so you can access this information without having to go to a browser to look them up. [1397]
★★★★☆
URI:http://phpvolcano.com/articles/manual/
Author:Håvard Eide [1]
Reviewed:Thursday, July 14th, 2005 @ 4:47 PM EDT
by:Douglas Clifton
phpm: The PHP Manual Revisited
docbookhelpmanualphpshellxml
-
19.
Regular Expressions TutorialAnd specifically the Perl regular expression (PCRE) functions in PHP. Which are the ones everyone should be using. The expression syntax is more powerful than the ereg() functions, and they are much faster. But please, only use regex when you need to! [1384]
★★★★☆
URI:http://weblogtoolscollection.com/regex/regex.php
Author:Madhujit Ghosh [1]
Reviewed:Saturday, July 9th, 2005 @ 12:56 PM EDT
by:Douglas Clifton
Regular Expressions Tutorial
howtopcrephpprogrammingregex
-
20.
phpXplorerAn open-source file management system written in PHP. It enables you to work on a remote file system through a Web browser. There are dialogs for editing HTML, PHP, image, Apache, compressed and email files. And its modular design makes it extensible. [1381]
★★★★☆
URI:http://phpxplorer.org/phpXplorer/webIndex.php
Author:phpxplorer.org/ [1]
Reviewed:Friday, July 8th, 2005 @ 4:34 PM EDT
by:Douglas Clifton
phpXplorer
apachebrowserhtmlphpweb
-
21.
Scuttle
Scuttle is an open-source del.icio.us clone written in PHP with a MySQL backend. Use it as your private bookmark manager, share your links with everyone or selected members, or download and incorporate the software into your own site or application. [1364]
★★★★☆
URI:http://sourceforge.net/projects/scuttle/
Author:Marcus Campbell [1]
Reviewed:Saturday, July 2nd, 2005 @ 9:07 PM EDT
by:Douglas Clifton
Scuttle
del.icio.usdeveloperfolksonomymysqlopen-sourcephpprogrammingtagging
-
22.
Hotscripts: PHPA mind-boggling array of resources for PHP users, developers and programmers. Categories include books, scripts (of course), articles, communities, software and servers, text processing, tips and tutorials, and Web sites. Each one rated by visitors. [1332]
★★★★☆
URI:http://hotscripts.com/PHP/?RID=N370426
Author:iNET Interactive [1]
Reviewed:Saturday, June 25th, 2005 @ 3:49 AM EDT
by:Douglas Clifton
Hotscripts: PHP
developerdirectoryphpprogrammingresources
-
23.
phpSurveyor
A PHP code library for developing, deploying, collecting and displaying the results of online surveys. A distributed token feature allows you to restrict only registered users access to a survey, so the results aren't skewed. Uses a MySQL backend. [1312]
★★★★☆
URI:http://phpsurveyor.sourceforge.net/
Author:phpSurveyor Project Team [1]
Reviewed:Monday, June 20th, 2005 @ 9:49 PM EDT
by:Douglas Clifton
phpSurveyor
developermysqlphp
-
24.
BestCatalog: PHPThere's no way I can list every resource out there, so if you still can't find what you're looking for after searching drx, you may want to try this PHP resources directory. [1310]
★★★★☆
URI:http://bestcatalog.net/category575626.html
Author:BestCatalog.net [1]
Reviewed:Monday, June 20th, 2005 @ 2:03 PM EDT
by:Douglas Clifton
BestCatalog: PHP
developerdirectoryphpprogrammingweb
-
25.
phpPatternsHarry seems to have stopped updating this site recently, but don't let that shy you away. There are a ton of good articles and tutorials here organized into categories so you can locate titles that interest you quickly. [1307]
★★★★☆
URI:http://phppatterns.com/index.php/link/category/1/
Author:Harry Fuecks [2]
Reviewed:Sunday, June 19th, 2005 @ 7:52 PM EDT
by:Douglas Clifton
phpPatterns
developerphpprogrammingtutorial
-
26.
PHP Functions Essential ReferenceOnline companion to the outstanding reference book. Many functions explained, and more importantly with usage examples that are cross-referenced with similar functions so navigating is easy. My only complaint is the list needs updating. [1305]
★★★★☆
URI:http://phpdig.net/ref/
Author:Zak Greant [1]
Reviewed:Sunday, June 19th, 2005 @ 4:22 PM EDT
by:Douglas Clifton
PHP Functions Essential Reference
phpprogrammingreference
-
27.
phpFlickrA PHP class library that acts as complete and intuitive wrapper to the Flickr API. All Flickr methods are supported, easy to install and includes caching support. Download available on SourceForge. Nice work Dan, I'll have to give this a try soon. [1293]
★★★★☆
URI:http://phpflickr.com/
Author:Dan Coulter [1]
Reviewed:Monday, June 13th, 2005 @ 5:38 PM EDT
by:Douglas Clifton
phpFlickr
apiflickroopphp
-
28.
A Decade of PHPWow, unbelievable that so much time has flown by. I remember writing whole systems back then with Perl, CGI and flat files. I was poking around with ePerl when PHP came out, and then MySQL. What would things be like now without them? Thanks Rasmus! [1275]
★★★★☆
URI:http://www.phpdeveloper.org/index/3235
Author:Contributors [10]
Reviewed:Wednesday, June 8th, 2005 @ 4:09 PM EDT
by:Douglas Clifton
A Decade of PHP
historyphpprogramming
-
29.
Developer Tutorials: PHPA large collection of howto-style tutorials for less experienced PHP programmers. Similar in concept to Lockergnome, (which gags me to even mention) without all the ads. Lots of other resources including mirrored copies of the PHP and Pear manuals. [1270]
★★★★☆
URI:http://developertutorials.com/tutorials/php/
Author:Contributors [10]
Reviewed:Sunday, June 5th, 2005 @ 11:35 PM EDT
by:Douglas Clifton
Developer Tutorials: PHP
developerhowtophpprogramming
-
30.
Creating and Consuming Web Services With PHPThis article compares and contrasts three methods of using PHP to query Web services: XML-RPC, SOAP and REST. I prefer the power of SOAP using the simplified NuSOAP library, which is how the search feature of the drx application is implemented. [1266]
★★★★☆
URI:http://webservices.xml.com/pub/a/ws/2004/03/24/phpws.html
Author:Jean-Luc David [1]
Reviewed:Saturday, June 4th, 2005 @ 11:42 PM EDT
by:Douglas Clifton
Creating and Consuming Web Services With PHP
phpprogrammingrestrpcsoapweb servicesxml
-
31.
FreetagAn open-source tagging/folksonomy module for PHP/MySQL. By using a simple set of tables the identify users, and a set of tags that are uniquely indexed by integers, you can quickly add folksonomy tagging to your application with this PHP module. [1261]
★★★★☆
URI:http://getluky.net/freetag/
Author:Gordon Luk [1]
Reviewed:Thursday, June 2nd, 2005 @ 7:03 PM EDT
by:Douglas Clifton
Freetag
folksonomymysqlphptagging
-
32.
A Programmer's Introduction to PHP 4.0Free online addition of the book from Apress, but only available as a (large) PDF. So if you're interested, I recommend you get or upgrade to the latest Adobe Acrobat Reader. Which, as of this review, is version 7.0, and includes many enhancements. [1259]
★★★★☆
URI:http://apress.com/free/
Author:W. Jason Gilmore [1]
Reviewed:Thursday, June 2nd, 2005 @ 1:18 PM EDT
by:Douglas Clifton
A Programmer's Introduction to PHP 4.0
ebookpdfphpprogramming
-
33.
PHP Trackback
An easy to use PHP class that implements full trackback capabilities for your custom blog. Can act as both a ping server and client. Seeds pages with embedded RDF metadata for auto-discovery, and extracts trackback ping URIs from any source string. [1252]
★★★★☆
URI:http://phptrackback.sourceforge.net/docs/
Author:Ran Aroussi [2]
Reviewed:Sunday, May 29th, 2005 @ 11:25 PM EDT
by:Douglas Clifton
PHP Trackback
blogclient-serverphppingrdf
-
34.
PHP RSS ParserIf you're not a programmer, or just plain lazy (hey, who isn't sometimes!), this tool will convert an RSS feed into PHP code for inclusion into your site. As in automatically, every time the feed updates so does your content. Pretty sweet. [1178]
★★★★☆
URI:http://globalsyndication.com/rss-parser
Author:Global Syndication [1]
Reviewed:Tuesday, May 17th, 2005 @ 5:27 AM EDT
by:Douglas Clifton
PHP RSS Parser
parsingphprssxml
-
35.
PHP CookbookAnyway, like I was sayin', PHP is the fruit of the Web. You can BBQ it, boil it, bake it, fry it. Dey's uh, PHP-kabobs, PHP creole, PHP gumbo, pineapple PHP, coconut PHP, PHP soup, PHP stew... Over 250 "recipes" (source code) from the book. [1174]
★★★★☆
URI:http://www.oreilly.com/catalog/phpckbk/
Author:David Sklar [2]
Reviewed:Tuesday, May 17th, 2005 @ 12:14 AM EDT
by:Douglas Clifton
PHP Cookbook
codephpprogramming
-
36.
PHP TutorialsA PHP File Manager, dealing with errors, tree traversal, query strings, GD image library key codes for securing forms against spam bots, source code highlighting and more. Interesting site, worth the visit. [1167]
★★★★☆
URI:http://aesthetic-theory.com/tutorials.php
Author:Aesthetic Theory [1]
Reviewed:Monday, May 16th, 2005 @ 8:13 AM EDT
by:Douglas Clifton
PHP Tutorials
codephpprogrammingtutorial
-
37.
PHP Development CenterMore technology articles from Oracle. You know, that company, they have some sort of database thing? Demos of PHP running under the Oracle Application Server, installation guides, sample book chapters, and lots more. [1162]
★★★★☆
URI:http://www.oracle.com/technology/tech/php/
Author:Oracle Technology Network [1]
Reviewed:Monday, May 16th, 2005 @ 3:30 AM EDT
by:Douglas Clifton
PHP Development Center
databaseinstallphpservers
-
38.
The Hitchhiker's Guide to PHPWhen a company like Oracle gives you its blessing, then you know you've hit the big-time. This seven part series kicks off with an introduction by Rasmus Lerdorf, the creator of PHP. His Tips and Tricks sidebar is worth the free admission alone. [1161]
★★★★☆
URI:http://www.oracle.com/technology/pub/articles/php_experts/
Author:Sudhakar Ramakrishnan [1]
Reviewed:Monday, May 16th, 2005 @ 9:03 AM EDT
by:Douglas Clifton
The Hitchhiker's Guide to PHP
php
-
39.
Building a Blog with Dreamweaver, PHP and MySQLI'm not a big fan of shrink wrap software, but the rest of this six part, and very detailed article is worth a read if you're thinking of rolling your own blogging software. Advanced features include search, multiple users and administration. [1158]
★★★★☆
URI:http://macromedia.com/devnet/mx/dreamweaver/articles/php_blog1.html
Author:Marius Zaharia [1]
Reviewed:Sunday, May 15th, 2005 @ 5:06 PM EDT
by:Douglas Clifton
Building a Blog with Dreamweaver, PHP and MySQL
blogmysqlphpprogrammingsearchsoftwaresysadmin
-
40.
PHP BuzzOutstanding community/blogger site from Artima Developer. They also have categories for Design, Java, Linux, MacOS, Open Source, Perl, Python, Ruby, XML and a few others I won't mention. RSS feeds of new posts, impressive blogroll as well. [1149]
★★★★☆
URI:http://www.artima.com/buzz/community.jsp?forum=271
Author:Artima Developer [9]
Reviewed:Saturday, May 14th, 2005 @ 9:59 AM EDT
by:Douglas Clifton
PHP Buzz
blogfeedopen-sourcephprss
-
41.
PHP CommunityAnyone can join, contribute, post questions, get answers, solve problems, browse the forums, learn... Includes member blogs, a Wiki, articles and tutorials. Nice site. [1148]
★★★★☆
URI:http://phpcommunity.org/
Author:Community [19]
Reviewed:Saturday, May 14th, 2005 @ 2:02 AM EDT
by:Douglas Clifton
PHP Community
blogphpwiki
-
42.
Planet PHPPlanet PHP is community news/blog site which aggregates posts from many sources. The blogroll is very impressive, and you'll find lots of additional open-source resources in the "Planetarium." Go network! [1146]
★★★★☆
URI:http://www.planet-php.net/
Author:Tobias Schlitt [2]
Reviewed:Saturday, May 14th, 2005 @ 12:28 AM EDT
by:Douglas Clifton
Planet PHP
blogopen-sourcephp
-
43.
PHP REST SQL
Paul has crafted an interesting PHP class for interacting with a MySQL database using HTTP and a RESTful interface. Without some serious security considerations, I would avoid allowing modifications. But a dynamic RSS service leaps to mind. [1129]
★★★★☆
URI:http://phprestsql.sourceforge.net/
Author:Paul James [1]
Reviewed:Thursday, May 12th, 2005 @ 12:52 AM EDT
by:Douglas Clifton
PHP REST SQL
httpmysqlphprestrsssecuritysqlweb services
-
44.
ONLamp: PHP DevCenterAn O'Reilly Development Center that focusing on the PHP scripting and Web application language. Includes articles, news, reviews, a "recipe of the day," database interfaces, debugging, security, and other resources. [1123]
★★★★☆
URI:http://www.onlamp.com/php/
Author:O'Reilly Network [13]
Reviewed:Tuesday, May 10th, 2005 @ 2:29 AM EDT
by:Douglas Clifton
ONLamp: PHP DevCenter
mysqlonlamporeillyphpsecurityweb services
-
45.
Searching with PHP and MySQLFor small to medium-sized Web sites, here's a technique for building your own search engine from open-source tools. Plenty of detail and code examples in this well written article. Follow-up piece on highlighting, and PDF versions for printing. [1113]
★★★★☆
URI:http://iamcal.com/publish/articles/php/search/
Author:Cal Henderson [1]
Reviewed:Sunday, May 8th, 2005 @ 3:42 PM EDT
by:Douglas Clifton
Searching with PHP and MySQL
mysqlopen-sourcephpsearch
-
46.
PHP Cheat SheetDesigned for printing and storing near your desk, this handy quick reference includes a frequently used function list, superglobal variables, date formats, function arguments, fopen() file modes and regular expression syntax. [1056]
★★★★☆
URI:http://www.addedbytes.com/cheat-sheets/php-cheat-sheet/
Author:Dave Child [7]
Reviewed:Tuesday, April 26th, 2005 @ 6:25 PM EDT
by:Douglas Clifton
PHP Cheat Sheet
cheatsheetphpreference
-
47.
Dev Shed: PHPPHP help, tutorials, articles, code samples, and other resources. Features in-house authors, freelance writers, and several exclusive publishing relationships. [1053]
★★★★☆
URI:http://www.devshed.com/c/b/PHP/
Author:Contributors [10]
Reviewed:Tuesday, April 26th, 2005 @ 4:31 AM EDT
by:Douglas Clifton
Dev Shed: PHP
codephpprogramming
-
48.
Smarty Template EngineA framework for PHP programmers and Web site designers that allows the separation of application logic and content from its presentation. Part of the PHP Group (php.net). [1050]
★★★★☆
URI:http://www.smarty.net/
Author:New Digital Group [1]
Reviewed:Monday, April 25th, 2005 @ 11:30 PM EDT
by:Douglas Clifton
Smarty Template Engine
designdeveloperphptemplate
-
49.
PHP Developer's NetworkA large categorized set of discussion forums for getting and sharing information about PHP development. Includes code snippets, databases, Linux and Apache and much more. [1048]
★★★★☆
URI:http://forums.devnetwork.net/
Author:Community [19]
Reviewed:Monday, April 25th, 2005 @ 10:15 PM EDT
by:Douglas Clifton
PHP Developer's Network
apachecodedatabasedeveloperforumphp
-
50.
PEAR: PHP Extension and Application RepositoryThe code in PEAR is partitioned in "packages". Each package is a separate project with its own development team, version number, release cycle, documentation and a defined relation to other packages (including dependencies). [188]
★★★★☆
URI:http://pear.php.net/
Author:PEAR Group [1]
Reviewed:Monday, April 11th, 2005 @ 12:12 PM EDT
by:Douglas Clifton
PEAR: PHP Extension and Application Repository
codedeveloperoopphprepository
-
51.
php.faqtsPHP frequently asked questions and tips. [68]
★★★★☆
URI:http://faqts.com/knowledge_base/index.phtml/fid/51
Author:Community [19]
Reviewed:Tuesday, April 5th, 2005 @ 3:50 AM EDT
by:Douglas Clifton
php.faqts
faqphp
-
52.
PHPBuilder.comPHP tutorials, templates, manuals, content management systems, scripts, classes and more for the PHP developer. [67]
★★★★☆
URI:http://www.phpbuilder.com/
Author:Community [19]
Reviewed:Tuesday, April 5th, 2005 @ 3:38 AM EDT
by:Douglas Clifton
PHPBuilder.com
cmscodedeveloperphp
-
53.
New York PHPYou don't have to be a New Yorker to benefit from this organization. This SIG has a very active mailing list, and many other resources for PHP and other Open Source programmers. [66]
★★★★☆
URI:http://www.nyphp.org/
Author:Community [19]
Reviewed:Tuesday, April 5th, 2005 @ 3:27 AM EDT
by:Douglas Clifton
New York PHP
communitydeveloperopen-sourcephpprogramming
-
54.
Programming: PHPPHP is a scripting language designed to fill the gap between Server Side Includes (SSI) and Perl, intended largely for the web environment. [63]
★★★★☆
URI:http://wikibooks.org/wiki/Programming:PHP
Author:Wikibooks Contributors [2]
Reviewed:Wednesday, June 1st, 2005 @ 11:44 AM EDT
by:Douglas Clifton
Programming: PHP
ebookphpprogrammingwiki
-
55.
Zend Code GalleryCategorized listings of PHP tips, code examples and applications. [62]
★★★★☆
URI:http://zend.com/codex.php
Author:Zend Community [3]
Reviewed:Tuesday, April 5th, 2005 @ 1:04 AM EDT
by:Douglas Clifton
Zend Code Gallery
codephpprogrammingrepositoryzend
Related Categories
Matching Tags
apache api blog browser cheatsheet client-server cms code community config css database debug del.icio.us design developer directory docbook dom ebook editors ezine faq feed flickr folksonomy forum gallery help history howto html http ide install magpie manual markup module mysql news onlamp oop open-source oreilly parsing patterns pcre pdf performance perl php ping profiling programming rdf reference regex repository resources rest reviews rpc rss search security servers shell soap software sql sysadmin tagging template tutorial vim web web services wiki xhtml xml zend
Indexes
Search for PHP on:

Last updated: Saturday, November 15th, 2008 @ 10:42 AM EST [2008-11-15T15:42:19Z]
















































































![PHP 5 in Practice [I own this title!]](/img/books/0672328887.jpg)









![Programming PHP [I own this title!]](/img/books/1565926102.jpg)


![PHP Cookbook [I own this title!]](/img/books/0596101015.jpg)


