Shopping Cart & Checkout!

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
Gismo
Forum Newbie
Posts: 1
Joined: Sun Jun 08, 2003 5:17 pm

Shopping Cart & Checkout!

Post by Gismo »

Hey every1,

iv never used PHP before, and im looking to start a site with a shopping cart facility, ie click on a button and it will add item to cart, a mate told me PHP was the way to do it,

i dont have a clue where to start

any tips????

email me to b0ydweiser@hotmail.com PLEASE PLEASE PLEASE!

thanks in advance!
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

google

Post by phpScott »

google can be your friend.
Do a search for php shopping carts and you will get quite a few.

If you are a php newbie and have limited programming experience you could be in for a rough time.

phpScott
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

First get the php manual from php.net - the downloadable version with user comments.

Mysql? Manual at mysql.com.

Set up a local development server with something like easyphp.org (apache, php and mysql in one easy ti install package).

There are lots of php tutorials on the net if you hunt around - that's how I learned.

Finally are you planning to accept payments as well as take orders on your website? If so, don't even think about handling CC nos until you are pretty confident you understand all the security issues.
Post Reply