mysql / while loop
Posted: Wed Jun 24, 2009 11:00 am
I have a mysql database with several rows. The row contains an image URL and other data.
I want to display 5 images in each row, then create another row if more images exist after the first 5.
After 3 rows, I want to have a link at the bottom to choose (previous/next page) to sift thru it all.
I'm familiar with mysql but not too much with PHP as far as doing something like this. Any help is appreciated.
I want to display 5 images in each row, then create another row if more images exist after the first 5.
After 3 rows, I want to have a link at the bottom to choose (previous/next page) to sift thru it all.
I'm familiar with mysql but not too much with PHP as far as doing something like this. Any help is appreciated.