PHP Question

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
kumargaurav47
Forum Newbie
Posts: 1
Joined: Tue Jun 12, 2012 8:20 am

PHP Question

Post by kumargaurav47 »

when we open a webpage, first folder images are shown and when we refresh or click on any link it show second folder images and again when we click on and link or home page it shows 3rd folder images and simultaneously upto 5th image folder and after 5th folder it again start from 1st folder images in sequence is this possible using php ?

Please reply me code if there is anyone who know this

Thanking You
Gaurav
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP Question

Post by Christopher »

Yes, this is possible. If there are always five folders, you could do this with static HTML pages. If the number of folders can change then you can use PHP to find the names of the folders and the filenames of the images in each folder.
(#10850)
Post Reply