build e-commerce with PHP MYSQL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chickenyd
Forum Newbie
Posts: 4
Joined: Sun Apr 02, 2006 10:36 pm

build e-commerce with PHP MYSQL

Post by chickenyd »

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.
User avatar
tasteslikepurple
Forum Commoner
Posts: 46
Joined: Thu Jan 26, 2006 3:38 am
Location: Bath, UK

Post by tasteslikepurple »

i don't know of any tutorials like that. my advice is to learn how to use php then make the site, not see how to make the site and use that to learn php.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

"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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

chickenyd mistakenly posted a new topic.. :?
chickenyd wrote:yes you're right it is a broad topic.

thanks for the advice. i am slowly learning PHP.
Post Reply