Re: [PHP-DB] query selection

2003-06-16 Thread CPT John W. Holmes
Okay... and? Do you have a question? Are you wanting us to write this for free? Do you want bids on the project? ---John Holmes... - Original Message - From: Ryan Holowaychuk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 2:30 PM Subject: [PHP-DB] query selection

RE: [PHP-DB] query selection

2003-06-16 Thread Ryan Holowaychuk
Sorry forgot to state the question. No bids. Looking for help. the first list that is displayed has an ID for each product. But when I click on it, it goes to the next page but does not display the rest of the products that are listed in the second table. $query = SELECT * FROM

Re: [PHP-DB] query selection

2003-06-16 Thread CPT John W. Holmes
the first list that is displayed has an ID for each product. But when I click on it, it goes to the next page but does not display the rest of the products that are listed in the second table. $query = SELECT * FROM product_list WHERE productid = id; Id being the description ID that came