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: 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.
PHP Tutorials: Sending email (Part 2)
Using the mail function, I show you how to create a very basic script. With a little tweaking of our php.ini file, we can send an email from php very easily!

