Programming Resources

PHP Programming Tutorials
This is a great resource for PHP programmers of all levels. They have several scripts of varying complexity clearly marked so that everyone from novices to experts can take advantage.

PHP Beginner Tutorials and Guides
This site features several tutorials for PHP beginners. The tutorials are easily followed and sure to help beginners get their feet wet with PHP.

PHP Object Oriented Programming
This site has a couple excellent guides on creating object oriented code using PHP. Definitely a worthwhile read.

Graphics with PHP
Whether you are wanting to create bar graphs or thumbnail graphics, this site has tutorials that are extremely helpful in demonstrating how.

An Introduction to PHP
This is a basic introduction to PHP. People not familiar with PHP who are interested in learning should start here. A background in programming is helpful, but not required.

W3Schools PHP Tutorials
W3Schools has released a thorough PHP tutorial covering both basic and some advanced topics.

Searching with PHP
This guide will walk you through building your own search functionality with PHP. This tutorial is meant for intermediate PHP programmers. Familiarity with MySQL is a must.

Planning Programming Projects
Before you start a big project, it must be thoroughly thought-out and well designed from the start. This guide points out common issues and how to deal with them.

Building Membership Sites with PHP
These two guides show you how to build your very own full-blown membership sites using PHP and MySQL. A basic understanding of PHP and MySQL is required.

PHP Pagination
Ever wondered how to create page numbers with PHP and MySQL? These tutorials will show you how easy it really is.

File Uploading with PHP
This tutorial will show you how to create a PHP class that handles file uploading. A basic understanding of PHP is a must.

Writing Your First PHP Script
This guide walks you through writing your very first PHP script. This tutorial is designed for people with no PHP background.