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
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);
2 matches
Mail list logo