Re: [PHP] Re: Nested mysql_query()'s

2003-07-01 Thread Sparky Kopetzky
Problem was a fat-finger - meant 'bid' not 'bids'... Doh!!! Sparky - Thanks again. - Original Message - From: "Shena Delian O'Brien" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 16:01 Subject: [PHP] Re: Nested my

[PHP] Re: Nested mysql_query()'s

2003-07-01 Thread Shena Delian O'Brien
Sparky Kopetzky wrote: Hi! I've got two nested queries where one looks up data based on values returned from the first. $lot_query = "SELECT * FROM LOT WHERE lot_category_id=" . $lot_category . " AND lot_close_time>" . time(); $lot_result = mysql_query($lot_query, $CONNECT_ID);