Re: [PHP-DB] boolean instead of array

2002-11-03 Thread John Coder
On Sun, 2002-11-03 at 15:01, Jason Wong wrote: > On Sunday 03 November 2002 20:58, John Coder wrote: > > > Try adding some error checking into your code (see manual examples) and > > > using mysql_error() to find out what's going. > > > > What error checking to insert into this code I'm clueless. I

Re: [PHP-DB] boolean instead of array

2002-11-03 Thread Jason Wong
On Sunday 03 November 2002 20:58, John Coder wrote: > > Try adding some error checking into your code (see manual examples) and > > using mysql_error() to find out what's going. > > What error checking to insert into this code I'm clueless. I found out Again, have a look at the examples in the man

RE: [PHP-DB] boolean instead of array

2002-11-03 Thread Josh Johnson
It's hard to tell which output is from which loop, you might be getting confused (if anything, you might be confusing anyone that might help)... the Boolean was probabally due to a bad result, for whatever reason (maybe your connect code was wrong? I'm not sure but I think you get a valid resource

Re: [PHP-DB] boolean instead of array

2002-11-03 Thread John Coder
On Sun, 2002-11-03 at 01:44, Jason Wong wrote: > On Sunday 03 November 2002 10:23, John Coder wrote: > > I seem to somehow get an boolean instead of an array from a > > mysql_fetch_row function and I have no idea how. > > Here's the code; > > Try adding some error checking into your code (see manu

Re: [PHP-DB] boolean instead of array

2002-11-02 Thread Jason Wong
On Sunday 03 November 2002 10:23, John Coder wrote: > I seem to somehow get an boolean instead of an array from a > mysql_fetch_row function and I have no idea how. > Here's the code; Try adding some error checking into your code (see manual examples) and using mysql_error() to find out what's go