Log in

View Full Version : Need some coding help



jzhang1013
09-24-2008, 10:55 PM
So here's what I am eventually planning to organize:

Main page with prev and next.
display the lastest updated image from one of the folders below and can navigate back and forth through previous updated images no matter the folder etc...

Vacation folder

index.html
image 1
image 2
image 3
Work folder

index.html image 1
image 2
image 3
School folder

index.html image 1
image 2
image 3


Have a menu/navigation on the main page with links (vacation, work, school) that when clicked displays the index.html of the folder clicked.

Hopefully this doesnt make things complicated....

Thanks,
John

Nile
09-25-2008, 02:38 AM
Your next and previous part can be done with pagination:
http://www.google.com/search?q=php%2Fmysql+pagination&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
I don't understand the other part you wanted.

jzhang1013
09-25-2008, 02:43 AM
Maybe it is more of a database question??

Nile
09-25-2008, 02:48 AM
I would assume so, if you don't want a database try this:
http://www.google.com/search?q=php+pagination&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

jzhang1013
09-25-2008, 03:08 AM
well the pagination seems simple enough, but arrangement of the rest of the stuff is more complicated than a php code?

Nile
09-25-2008, 11:36 AM
Not if your good at css. :p