PHP/MySQL Shopping Cart Database Structure?

Tlangelani M

New member
I have a small project i need to do, i'm using php and mysql for this website since it's a basic shopping cart where customers can view computer parts and register and login to buy.

Basically i need a database structure for the program, so far i have the following tables:

- Customer
- Product
- Order
- OrderLine

But i'm not sure if this will work out quite good, so if you've been working with these kind of projects and have some experience please share and advice.

Thanks in advance
 
Back
Top