Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPBuilder.com:
Create An Online Photo Gallery (Part 2)
Dec 16, 2005 @ 13:32:56

PHPBuilder.com has posted the second part of their "Create An Online Photo Gallery" series today.

In the last installment of our Image Gallery project, we just finished the creation of the get_items function. That was one long function! Fortunately, the others are shorter. We have three different functions that do about the same thing. They take the items in the array "lst" and display them in table format. The main differences are the links for them.

They dive right in from the code in the previous part, making the functions that will actually show the images on the pages (whether they are thumbnails or full-sized). They also include some functionality for pagination of the results and a method for displaying errors should they arrise.

tagged: photo gallery online part two photo gallery online part two

Link:


Trending Topics: