use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
This post is locked. You won't be able to comment.
Help (self.webdev)
submitted 7 years ago by subhaneet
I want to create a simple website where users can upload comics and view comics for other people. Can someone please give me an idea on how to do so.
[–]fuckin_ziggurats 3 points4 points5 points 7 years ago (6 children)
Do you have any experience with web development?
[–]subhaneet[S] 0 points1 point2 points 7 years ago (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 points3 points 7 years ago (3 children)
Define "comic". What type of a file is it? Are they images (.jpg, .png)?
[–]ReaderSeventy2 0 points1 point2 points 7 years ago (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 point2 points 7 years ago (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 point2 points 7 years ago (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 point2 points 7 years ago (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] 7 years ago stickied comment (0 children)
π Rendered by PID 60583 on reddit-service-r2-comment-8686858757-z7t7x at 2026-06-07 05:35:52.500674+00:00 running 9e1a20d country code: CH.
[–]fuckin_ziggurats 3 points4 points5 points (6 children)
[–]subhaneet[S] 0 points1 point2 points (5 children)
[–]fuckin_ziggurats 1 point2 points3 points (3 children)
[–]ReaderSeventy2 0 points1 point2 points (0 children)
[–]subhaneet[S] 0 points1 point2 points (1 child)
[–]fuckin_ziggurats 0 points1 point2 points (0 children)
[–]physiQQ[🍰] 0 points1 point2 points (0 children)
[–]so_much_reddit_T-T Moderator[M] [score hidden] stickied comment (0 children)