How to assemble an online comic viewer?

Asked

Viewed 141 times

1

Good evening, everyone!

I’ve always worked with frontend and very little with php and mysql, but decided to make my personal comic site.
A picture of my page:
inserir a descrição da imagem aqui

Each image is a material link in the database. By clicking on the comics corresponding to comics, the person goes to an online reading page of the pages and there’s my difficulty.
I wanted to create something similar to this page: https://hqbr.com.br/hqs/The%20Walking%20Dead/chapter/1/reader/0#1 , but I’m not sure how to make the commands to pass pages.
How do I make the move to next or back a page and at the same time keep a combo box for the person to choose which page to go to?
In my comic, the pages come from a table with the fields work, volume name, total pages, page # and date of publication.
Thanks any touch. Only these dynamic pages of content are missing for me to finish.

  • If you are front-end why use php and mysql? I believe it would be better for you to do something with javascript and no-sql

  • My business is more html+css. I thought the most practical way to view my journals as soon as I published it would be php and mysql. How I would do this in javascript?

  • It has some forms, a simple and safe use, is to use firebase, it has a database in real time where you can save the links, dates etc in json format. If you want you can also use Storage to save the files

  • I took a look. Interesting. Thanks for the tip, William. I’ll see if I solve this by adapting a slideshow I have here. Thanks!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.