Re: [PHP] mySQL Queries using PHP's SESSION variables

2002-07-25 Thread Analysis & Solutions
On Thu, Jul 25, 2002 at 02:51:13PM -0400, Anup wrote: > Hello, I am stuck here. In the name of efficiency I want to lower the number > of callls to the database. So I am trying to give the most stringent query > possible. This is the problem: I have stored the surfers shopping cart, > where each i

Re: [PHP] mySQL Queries using PHP's SESSION variables

2002-07-25 Thread Tech Support
'something_else'"; Jim Grill Support Web-1 Hosting http://www.web-1hosting.net - Original Message - From: "Anup" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 1:51 PM Subject: [PHP] mySQL Queries using PHP's SESSION varia

Fw: [PHP] mySQL Queries using PHP's SESSION variables

2002-07-25 Thread Kevin Stone
SELECT * FROM inventory WHERE itemnumber = '$val'"; $result = mysql_query($query, $db); // .. blah blah blah... } -Kevin - Original Message - From: "Anup" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 12:51 PM Subject:

[PHP] mySQL Queries using PHP's SESSION variables

2002-07-25 Thread Anup
Hello, I am stuck here. In the name of efficiency I want to lower the number of callls to the database. So I am trying to give the most stringent query possible. This is the problem: I have stored the surfers shopping cart, where each item is stored as a session variable.Now on the database I have