Need help with Dynamic PHP gallery

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 4wheelinwilly
    New Member
    • Oct 2006
    • 1

    Need help with Dynamic PHP gallery

    I am somewhat new to PHP, but really like it so far. I have created a database (MySQL) and upload/edit pages enabling the user to upload photos and descriptions. Outputing them in a gallery format is not a problem. What I am struggling with is when there are many photos. I would like to keep the gallery pages to 20 images. If there are 50 images in the database, how would I write a code to continue the gallery on subsequent pages? Keeping in mind that the database is user defined and can change in quantity, so the subsequent pages and links would be dynamic.

    Thanks in advance for any help or suggestions.
  • khalidbaloch
    New Member
    • Oct 2006
    • 61

    #2
    check this http://www.onlamp.com/pub/a/php/2000...us.html?page=2 this php class create dynamic next previous button for mysql record

    Comment

    Working...