[PHP-DB] Re: Multiple selects?

2002-04-08 Thread phplists
Are you talking about something that will display a list of products like this page: http://survivalherbs.com:8080/order/index.php?command=viewCategorycategory= Herbal+Remedies These are all gathered from the database with one SELECT statement then put together in the table with a while loop..

[PHP-DB] Re: Multiple selects?

2002-04-08 Thread Jennifer Downey
Hi Bob, That would be just about what I am looking for. And I wouldn't mind seeing the code you have. Thanks Jennifer [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Are you talking about something that will display a list of products like this page:

[PHP-DB] Re: Multiple selects?

2002-04-08 Thread phplists
This is whole main() function.. I'm sure you didn't need all this but I wasn't sure what to send without possibly leaving out something important.. So here it is: function main( $category = ) { global $database, $PHP_SELF, $settings, $secure, $PHPSESSID, $items, $cartId; $inventory =