I'll start this off by saying that I'm starting a new webcomic. Reading one of the threads in the Books/Comics subdivision in this forum I learned about offensivecomic.com
I enjoy the comic, but what I'm interested in is the PHP behind the site. I looked at the source code but I don't think I'm picking up everything so I'm asking for your help.
In the archives page of offensivecomic.com, each comic link is to offensivecomic.com/?comic=XX
This seems to make it at each click of the link the index page will load, same as always, but with the specified comic chosen in the body of the page. This is nice because you don't have to make 100 different HTML pages that contain the same content except for the actual comic.
How do I assign these PHP comic numbers to each issue like that done in this site so I can make my own site that works in a similar way?
I appreciate your help,
david
p.s. excuse this explanation, if you need me to clarify what I mean please say so.
edit: also, how would I be able to make a "previous" button, so the comic number goes down by 1 from the current comic selected?