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 accept the
cookie. Store cart data in a database, and access it based on a
session ID.

MD> 2. What is the best method of passing session data if cookies
MD> disabled.

In the query string.

-Brian



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to