Hi,

what tables shoud I put into database of online shop? I think about cart table, categories and products tables and ... - I do not know what else I can add into.
How can I store for example pictures of products in my database?
Is there any tutorials you can advice me?
I am not interested in free ready-made solutions. I want to develop it myself :)

regards

Recommended Answers

All 2 Replies

You need to understand the actual requirement before jumping into database design.

And usually images are NOT stored in the database (even though it is possible). Usually you store the file name and location of the image file instead.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.