Get info from XML with PHP
Learn how to get information from XML files with PHP.
Simple MySQL Database Search
Learn how to create a simple MySQL database search for your website.
PHP Refferal System
This is a basic referral system i typed up while in school. Easy to understand and follow.
Ajax innerHTML
This tutorial continues my tutorial on innerHTML. In this tutorial, instead of using a function that will directly update the page, we are going to use ajax techniques to update the page. By using Ajax, you can call out to any piece of PHP (or other web language like ASP) code, rather than just be able to use javascript.
Easy to understand tutorial - GET and POST
In this tutorial, I will show you a simple example of using POST or GET in a form on a page to simply print “Hello, NAMEHERE”. Of course, POST and GET can be used for better things than this, like sending form information, but this will be enough so that I can show you the difference between them.
PHP: Manipulating And Reading XML With SimpleXML
SimpleXML is an extension to PHP added in version 5 that turns an XML document into an object making it easy for you to iterate through. The extension solves many of the complexities surrounding XML parsing with PHP prior to version five. The new XML object can be processed with normal property selectors and array itterators making XML simple, hence the name SimpleXML.
Managing PHP Exceptions with Google Spreadsheets
This free tutorial shows you how to use Google Spreadsheets to collection PHP exception details. Source code included.
Using SWF/XML Charts with PHP
This free tutorial shows you how to use the SWF/XML Charting library with PHP. Source code included.
Generate Excel spreadsheets in PHP
This free tutorial shows you how to generate Microsoft Excel spreadsheets in PHP. Source code included.
Create a Google Calendar widget with PHP
This tutorial shows you how to display your Google Calendar events using PHP. Source code included.
An overview of PEAR for PHP developers
What is Pear? How do I install it? This tutorial will have you up an running with PEAR in just 4 simple steps.
Creating your first PHP application with HAXE
This tutorial shows you how to create a simple PHP application using HAXE and FlashDevelop. Source code included.
Create an inbound link count widget with PHP and Yahoo
This free tutorial shows you how to count the number of incoming links to a page using PHP and Yahoo Site Explorer. Source code included.
Displaying RSS or Atom feeds in PHP with under 10 lines of code
This tutorial shows you how to use the SimplePie PHP library to display an RSS or Atom feed in under 10 lines of code. Source code included.
Access SideWiki comments with PHP
This tutorial shows you how to read Google SideWiki comments with PHP. Source code included.
Creating your first PHP JPGraph application in under 5 minutes
This tutorial shows you how to setup and display a simple JPGraph line graph in under 5 minutes. Source code included.
Display customised RSS feeds with Yahoo Pipes and PHP in 3 easy steps.
This tutorial shows you how to display custom RSS feeds with PHP and Yahoo Pipes. Source code included.
Use PHP to create a JSON object
This tutorial shows you how to use PHP to return a JSON object to a client.
Dispaying your Twitter status with PHP
This tutorial shows you how to retrieve and display your twitter status with PHP.


