cart in a e-commerce site?

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
peppermuscat
Forum Newbie
Posts: 1
Joined: Thu Jan 08, 2004 7:37 pm

cart in a e-commerce site?

Post by peppermuscat »

Hello everybody,

I'm working on a e-commerce site, and I'd like to know what is the best way to creat a basic cart system : set cookies, create a session?
What do most of the sites use?

Thank you in advance!
Peppermuscat
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

serch the forum... you will find it.

and you can search php.resourceindex.com

i preffer session over cookies... always
Post Reply