Re: Change styling depending on var value

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux