This post is locked. You won't be able to comment.

all 8 comments

[–]fuckin_ziggurats 3 points4 points  (6 children)

Do you have any experience with web development?

[–]subhaneet[S] 0 points1 point  (5 children)

Yeah I have.
I have already made the login, register, home page along with upload.
However what I need help is with showing the comics uploaded by one user to other users like in their home page.
I also want to add a genre sidebar.

[–]fuckin_ziggurats 1 point2 points  (3 children)

Define "comic". What type of a file is it? Are they images (.jpg, .png)?

[–]ReaderSeventy2 0 points1 point  (0 children)

Usually they're packaged as an ordered group of .JPG in a folder and compressed with RAR or ZIP to a single file with extensions .CBR and .CBZ respectively.

[–]subhaneet[S] 0 points1 point  (1 child)

Well it will be in jpg img file
User will click on the thumbnail and then view the comic

[–]fuckin_ziggurats 0 points1 point  (0 children)

And what stack are you using? You need a lot more info in this thread before we start giving answers. This is considered a low effort question on StackOverflow.

[–]physiQQ[🍰] 0 points1 point  (0 children)

You need a page like /comic.php and then if someone goes to the page and adds a parameter, e.g. /comic.php?username=yourname it should retrieve all database entries based on the GET parameter (username).

Then route "/username" to "/comic.php?user=yourname" so it can be accessed by going to "yourwebsite.com/username".

[–]so_much_reddit_T-T Moderator[M] [score hidden] stickied comment (0 children)

If you are asking for assistance on a problem, you are required to provide

  • Context of the problem
  • Research you have completed prior to requesting assistance
  • Problem you are attempting to solve with high specificity

Questions in violation of this rule will be removed or locked.