Re: [PHP] sessions or db for shopping cart

2001-01-30 Thread Brian Clark
Hello Matthew, (MD == "Matthew Delmarter") [EMAIL PROTECTED] steered: MD> 1. Using arrays stored in a PHP4 session vs. a database for MD> storing cart details. Bad idea, if you're dealing with cookies, as any user can manipulate the data on the client side and have your server gleefully accep

[PHP] sessions or db for shopping cart

2001-01-29 Thread Matthew Delmarter
I am about to build my own shopping cart but would like some feedback on the following: 1. Using arrays stored in a PHP4 session vs. a database for storing cart details. 2. What is the best method of passing session data if cookies disabled. I hope you can help... Matthew -- PHP General Mail