Have you ever wanted to enrich your site with information from Google, Amazon, eBay, or one of the many other sites that provide web services through SOAP? In this tutorial, I will be demonstrating how to use the SOAP package from PEAR to query Google’s extensive database.
More Image manipulation with PHP & the GD library
August 22, 2006 at 9:29 am (gd, php)
In this second part of the “Image manipulation with PHP & the GD library” article series you will learn how to resize images, create thumbnails, watermark images and more.
How (Not) To: MySQL Connection Management in PHP
August 14, 2006 at 5:57 pm (howto, mysql, php)
This article is intended to highlight various basic topics concerning proper methods of handling connections to MySQL databases in PHP, guidelines for caching dynamic content, and a technique called “lazy loading”.
Five common PHP database problems
August 7, 2006 at 10:57 am (database, php)
Discover five common database problems that occur in PHP applications — including database schema design, database access, and the business logic code that uses the database — as well as their solutions.
Top 25 PHP template engines
August 2, 2006 at 12:35 pm (php, template)
The top 25 PHP template engines. My personal favorite is Smarty.
The difference between PHP, ASP and other scripting languages.
July 10, 2006 at 4:10 pm (asp, coldfusion, jsp, perl, php)
A well-written little introduction to the scripting languages ASP, PHP, Perl, ColdFusion and JSP. Really worth reading!
PHP Security by Example
July 5, 2006 at 11:55 am (php, security)
Nice flash presentation that will provide you with a good foundation on how to make your PHP apps more secure.
Creating a Membership System with PHP and MySQL
June 23, 2006 at 5:00 pm (membership system, mysql, php)
Nice tutorial on using PHP and MySQL to create a user based login system for your website.
Creating a �Who�s Online� script with PHP
June 23, 2006 at 4:59 pm (php)
In this tutorial I will show you how to create your own “Who’s Online” script, which is often found on message boards and other community scripts. We will first create a really simple script, and after that add a few more features like the location of each visitor.
Free PHP and Oracle Manual is Available
June 15, 2006 at 12:08 am (coldcase, oracle, php, reference)
"Just starting out with PHP database development, or unsure how to install PHP and Oracle? This full-length guide (PDF format) includes everything you need to know (and more)."
PHP – Top Ten Security Vulnerabilities
June 15, 2006 at 12:08 am (coldcase, php, security)
These vulnerabilities can, of course, exist in PHP applications. Here are some tips on how to avoid them. I've included related links and references where relevant.
Password hashing using PHP and MySQL
June 14, 2006 at 11:58 pm (coldcase, mysql, password, php)
This article will explain what a hash is, why you want to use them instead of storing real passwords in your applications, and give you some examples of how to implement password hashing in PHP and MySQL.
Open-Source pyxy-gallery PHP+Ajax Photo Gallery
June 14, 2006 at 11:58 pm (ajax, coldcase, opensource, php)
"Pyxy-gallery is a PHP script to make an image gallery. There are many other scripts to do this, but this is one of the nicer ones." Excellent PHP Photo Gallery, with slick AJAX!
100+ powerpoint presentations on improving your PHP skills
June 14, 2006 at 11:58 pm (coldcase, php)
Nice page on php.net that has a ton of PHP powerpoint presentations from some of the top PHP developers out there. Topics range from Database, Internal Workings, Internationalization, Debugging, Performance and more. Good stuff.
Build RSS reader using AJAX and PHP
June 14, 2006 at 11:52 pm (ajax, coldcase, php, rss)
Learn how to build an Asynchronous JavaScript and XML (Ajax) Really Simple Syndication (RSS) reader, as well as a Web component that you can place on any Web site to look at the articles in the RSS feeds.
Web 2.0 recipes with PHP + DHTML
June 14, 2006 at 11:51 pm (coldcase, dhtml, php, web2.0)
Full simple code examples for dynamic elements for your web apps, including: Ad boxes, Pop-ups, Spinners, and Tabs. (ways to show and hide content on the page)
Simple Optimization for PHP and MySQL
June 14, 2006 at 11:51 pm (coldcase, mysql, optimization, php)
Here is a list of a few very simple tips for optimizing your php/mysql applications. Keep these in mind while developing to survive the digg-effect.
Rails-inspired PHP frameworks
June 14, 2006 at 11:51 pm (coldcase, framework, php, rails)
A detailed comparison of six popular PHP frameworks inspired by Ruby on Rails: CakePHP, Symfony, PHP on Trax, Code Igniter, Biscuit and Pipeline.
5 Next Generation PHP Frameworks
June 14, 2006 at 11:51 pm (coldcase, framework, php)
Gone are the days of coding entire PHP apps from scratch. These are the 5 forerunners for the next generation of PHP frameworks. Each one of these frameworks has some foreword thinking quality that sets them apart from the PHP frameworks of yesterday. Many of these are a response to the recent Ruby on Rails, rapid application development hype.
Convert HTML to PDF with PHP
June 14, 2006 at 11:50 pm (coldcase, pdf, php)
Handy for PHP developers looking to generate PDFs from their HTML content: dompdf is an HTML to PDF converter written entirely in PHP5. It has no dependencies on external libraries (e.g. html2ps) and it supports CSS 2.1.


