Hi Mariusz,

Regarding your first point:

> 1. Create file called somehow so I could call it back when the person
decides to check out (their ip address?)
Don't use the IP address to differentiate between users.  May users will
come via a proxy server which will report the same IP for each user.


I suggest you search for an existing shopping cart application on
google....there are plenty.  I've never used a shopping cart so cannot
recommend any one in particular.

HTH

Toby

-----Original Message-----
From: Mariusz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 03, 2002 1:40 PM
To: perl
Subject: shopping cart


hi,

I'm trying to built a simple shopping cart and I'm not sure where to start.
I do not want to create a db at this point and the order will be simply
e-mailed. Does this solution make any sense (that's what the cgi would do)?
:

1. Create file called somehow so I could call it back when the person
decides to check out (their ip address?)
2. Keep adding items to that file till the person decides to check out
3. On "check out" email the file.

Thanks for any advice,
Mariusz

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to