In part three of their series, DevArticles has posted Creating An Online Photo Album with PHP and GD: Part 3.
Building on the first two parts of the series (part 1 and part 2), they go even further and show you how to create the script to actually upload your images to the gallery, making addition a breeze. First you select the nubmer of images to upload, then, for each one, a thumbnail is created on your local drive. They even show you how to modify the contents of the "image details" so that you can change image descriptions on the fly.
Overall, this part of the series advances the feature set of the online photo album, but I still wish that the code had been a bit more on the OOP side. There is some of the functionality that could have been done "behind the scenes" in a class rather than right on the page...




