hi,
does any1 know a good tutorial website that teaches you how to create an e-commerce website?
i just started learning PHP but my knowledge on MYSQL is good. so i just want a website that at least give me a starting point for creating an e-commerce website.
i just want to get started so that i can build a website for a company that selles book online. so database will contain book info like ISBN, author etc.
thanks.
build e-commerce with PHP MYSQL
Moderator: General Moderators
- tasteslikepurple
- Forum Commoner
- Posts: 46
- Joined: Thu Jan 26, 2006 3:38 am
- Location: Bath, UK
"E-Commerce" is a huge topic. I can guarantee you won't find any tutorials to do a fully featured e-commerce site. Looking for things like 'shopping carts', or 'searching a database', or 'account management' will likely give you more results.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.