[PHP-DB] Looping through a result

2004-04-20 Thread Rene Schoenmakers
Hi, I want to make the following page, Category 1 Item 1 of category 1 Item 2 of category 1 Item 3 of category 1 Item 4 of category 1 Category 2 Item 1 of category 2 Item 2 of category 2 Item 3 of category 2 Category 3 Item 1 of category 3 Item 2 of category 3 Item 3 of category 3 Item 4 of

Re: [PHP-DB] Looping through a result

2004-04-20 Thread Ignatius Reilly
category ID BTW you may want to use the great PEAR HTML_Table package to generate your tables. HTH _ - Original Message - From: Rene Schoenmakers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 10:43 AM Subject: [PHP-DB] Looping through

Re: [PHP-DB] Looping through a result

2004-04-20 Thread Mikael Grön
Rene, This is a clarification of what I think Ignatius was talking about. I did like this on www.deep-purple.com/tourdates: Your database structure must look something like this for it to work: ID ITEMCATEGORY 1 1 1 2 2 1 3 3