[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

[PHP-DB] problem with mysql_query

2002-06-10 Thread Rene Schoenmakers
Hi, I've a problem with the following script. Sometimes it does write the data into the database, sometimes it doesn't. When it doesn't $result is completely blank, otherwise it is 1. $sql always returns the propper values even though $result is blank. Can anybody tell me what I'm doing wrong?

RE: [PHP-DB] problem with mysql_query

2002-06-10 Thread Rene Schoenmakers
Schoenmakers Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] problem with mysql_query On Monday 10 Jun 2002 12:14 pm, Rene Schoenmakers wrote: Hi, I've a problem with the following script. Sometimes it does write the data into the database, sometimes it doesn't. When it doesn't $result is completely

RE: [PHP-DB] problem with mysql_query

2002-06-10 Thread Rene Schoenmakers
It works! Thanks! -Original Message- From: Markus Lervik [mailto:[EMAIL PROTECTED]] Sent: maandag 10 juni 2002 13:37 To: Rene Schoenmakers; [EMAIL PROTECTED] Subject: Re: [PHP-DB] problem with mysql_query On Monday 10 Jun 2002 2:15 pm, Rene Schoenmakers wrote: Hi, I know what's