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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to