Page 1 of 1

how to do something similar to penny-arcade.com's comics

Posted: Wed Jan 21, 2009 9:47 pm
by php_newbie12345
So I am a complete noob at php but my friend told me php would be the easiest way to do this:

Basically I want something similar to http://penny-arcade.com/comic/

I have a bunch of images in a folder and I want one page to display all of them. When you go to this page, the latest image will be first up. The user can then press the previous button and go to past images or click next to go to next images. Does anyone have any code that I can put onto my website?

Thanks for any replies! =)

Re: how to do something similar to penny-arcade.com's comics

Posted: Wed Jan 21, 2009 10:03 pm
by Christopher
I would recommend looking for a PHP Gallery application. There may even be a comic book app somewhere. Check FreshMeat.net and search.

Re: how to do something similar to penny-arcade.com's comics

Posted: Wed Jan 21, 2009 10:45 pm
by php_newbie12345
I'll give that a shot. thanks for the fast reply!