Hi all,

Simple question.

Does anyone have any idea where i can get a script (or tutorial) which displays images which are stored in a folder on a server?

My aim is to simply display x rows of y images, and when the rows are full, the user can navigate Next or Previous and the page refreshes with the next batch of images etc.

Many of the scripts I have seen use MySQL which is not appropriate for what I need.

Cheers

    pseudocode

    1. read all the images in the folder and stored it in a session array
    2. then from your session array count for the image to display per row
    3. computer how many pages are there in for your computer images
      (2 and 3 is how your pagination computed)
      Write a Reply...