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:08 -0500, Phil Matt wrote:

> Ashley Sheridan wrote:
> > 
> > As Mike pointed out, I meant var_dump(), sorry!
> > 
> 
> Is the idea to put the variable in question within the parentheses?
> 
> I tried the statement,
> 
> var_dump($row[3];
> 
> And I got in the output:
> 
> NULL
> 
> Also tried
> 
> var_dump();
> 
> And I got in the output:
> 
> Warning: Wrong parameter count for var_dump() in...
> 
> I reread the PHP manual for var_dump. I still don't see where it goes in 
> the PHP script or how to implement it.
> 
> Cheers --- Phil


put

var_dump($row);

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