i have a site which have a image gallery page every month there wil b a updation clients want me to develop archives for previous month gallery may i have a any scripts for this requirement?
1 answer
points
I would highly recommend to save all the information for the images that should be displayed in a simple database table with one column for the month. Than you can easily use a select statement for the current month and any other month for the archiving function,
The script you will need depends to much on you setup so without an example or some little extra information, we could not help you very well.
