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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
php_newbie12345
Forum Newbie
Posts: 2
Joined: Wed Jan 21, 2009 9:43 pm

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

Post 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! =)
User avatar
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

Post 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.
(#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

Post by php_newbie12345 »

I'll give that a shot. thanks for the fast reply!
Post Reply