HomeMySQL Online Photo Album Development using PHP and GD: Part 2
Online Photo Album Development using PHP and GD: Part 2
In this part Frank will explain how to code the photo album using PHP and MySQL. This is the second part of his series and focuses on building the user interface.
Before we can upload our images, we need to create our albums. Our album creation form is very simple. We will have 2 fields and 1 button: album name, album description, and submit. We'll call our script create_album.php: