Good evening everyone!
I've always worked with frontend and very little with php and mysql, but I decided to make my personal comic book site.
An image of my page:
Each image is a material link in the database. By clicking the comics corresponding to HQs, the person goes to an online page reading the pages and there is my difficulty.
I wanted to create something similar to this page: link , but I'm not sure how to do the commands to turn pages.
How do I make the command move to next or return a page and at the same time keep a combo box for the person to choose for which page to advance?
In my DB, the pages come from a table with the work fields, volume name, total pages, page #, and publication date .
Thanks any touch. I just need these dynamic content pages to finish.