Hi All:
I have just gotten a web comic project and I want the user to be able to step through the various pages of the comic with buttons for FIRST, PREV, NEXT and LAST. I've thought about using graphics for the buttons or using the HTML "button" statement. My question is how do I activate my PHP script which navigates the user through the MySQL database? Do I use "OnClick?" What would be the format of the statement? I've seen other sites do this so I know it is possible, I'm just not sure where to begin.
The way I thought I would use MySQL is to hold the file names of the comic pages which when you select a button would fetch the appropriate page from the table. It would then be a simple matter to display the comic on the web page. Also, other data is pulled from the database; for each comic page there are comments associated with it.
Any suggestions would be greatly appreciated. Thanks in advance.
