On Fri, 2009-11-20 at 17:23 -0500, Phil Matt wrote:

> Ashley Sheridan wrote:
> 
> > put
> > 
> > var_dump($row);
> > 
> I inserted this line in the script at the end of the html table, still 
> inside the PHP echo statement.
> 
> This yields:
> 
> bool(false)
> 
> Cheers --- Phil


That means that $row doesn't contain what you thought it did. It
contains the boolean value false (which is different from the string
'false') Are you sure you spelt the varialbe correctly in all of your
code?

Thanks,
Ash
http://www.ashleysheridan.co.uk


Reply via email to