PHP Tutorials: jQuery: Check if a username is available without refreshing
Check if a typed username is available without page refreshing. Basically, an AJAX style check, but using jQuery. FORUM phpacademy.org TWITTER twitter.com BLOG blog.phpacademy.org
PHP Tutorials: Automatically Watermark Image on Upload
This will automatically upload, save and display a watermarked image. The user will upload an image, it will then be processed and an external watermark image will be placed in the bottom right hand corner. The watermarked image will then be saved and is ready to be used. FORUM phpacademy.org TWITTER twitter.com BLOG blog.phpacademy.org
PHP Tutorials: Creating a Guestbook (Part 1)
Create your own guestbook using PHP and a MySQL database.
PHP Tutorials: Creating Images with PHP
The fundamentals of creating an image in PHP using GD Library support. This tutorial shows you how to create a simple image with welcome text and a name to follow. For example, 'Welcome to PHPAcademy, Alex'
PHP Tutorial: Non-database Photo Album, plus LightBox! (Part 3)
Create a file based photo album. Easy to customise, easy to embed. Displays photos using LightBox technology. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com
PHP Tutorials: Register & Login: User login (Part 3)
Part of the 'Register & Login' Project from PHP Academy. This tutorials walks you through how to process a username and password based login against details found in a database, set a session, and process a logout function.
PHP Tutorials: Uploading/Storing an Image inside a MySQL Database (Part 1)
Uploading and storing images inside a MySQL database, rather than as a file in a web directory. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com
PHP Tutorial: Non-database Photo Album, plus LightBox! (Part 1)
Create a file based photo album. Easy to customise, easy to embed. Displays photos using LightBox technology. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com
PHP Tutorials: Pagination (Part 1)
Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com Paginating results from a MySQL database. This is a (almost) simple method of showing paginated results effectively.

