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