Araw's avatar
Level 1

Need your suggestion

I develop a Ecommerce Website....But iam Little Bit Confused.....Can Anyone Please Tell me where I want to store my Category Section either in client side or in Database...if in Database Can You Please Suggest Me a Field in Table ???

0 likes
2 replies
gitwithravish's avatar
Level 16

@araw I am assuming that you want to show the categories in a dropdown or something like that. It is good to save the categories in database only. So if in future, if you want to modify the name of a category, you can just do it at one place and it will reflect everywhere. It is a very common thing.

You can create a categories table with fields id and category_name in database and fetch data from there while rendering the page and populating, let's say, dropdown list. You can pass the id of the category to connected tables, for example products.

Please or to participate in this conversation.