Need advice in regards to simple functionality-structure for a website I may build | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Need advice in regards to simple functionality-structure for a website I may build

I would like to create a free literature website but I'm encountering a problem. I don't know how to work the "categories" section. If I code a category section that is "comedy" or "non-fiction", how do I get all the users who have uploaded stories in these categories to be shown in that category? Do I first need to add a CMS? These stories are going to be user submitted but I'm also not sure how they can go about submitting them. I'm not sure if this needs to be done through a CMS or if I need to code something to make this possible.

25th Feb 2019, 4:04 PM
Jake Serrano
Jake Serrano - avatar
1 Answer
+ 2
For this to work, you will need to know some backend web-development which implies knowledge of PHP and SQL database. PHP enables the client to POST information from the client's computer to the database. It is also enables the client to GET requested information from the database.
26th Feb 2019, 1:12 AM
Logomonic Learning
Logomonic Learning - avatar