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! =)
how to do something similar to penny-arcade.com's comics
Moderator: General Moderators
-
php_newbie12345
- Forum Newbie
- Posts: 2
- Joined: Wed Jan 21, 2009 9:43 pm
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: how to do something similar to penny-arcade.com's comics
I would recommend looking for a PHP Gallery application. There may even be a comic book app somewhere. Check FreshMeat.net and search.
(#10850)
-
php_newbie12345
- Forum Newbie
- Posts: 2
- Joined: Wed Jan 21, 2009 9:43 pm
Re: how to do something similar to penny-arcade.com's comics
I'll give that a shot. thanks for the fast reply!