Posted by Jerry Stuckle on 11/27/07 22:12
laredotornado@zipmail.com wrote:
> Hi,
>
> I'm using PHP 4.4.4. When I print out a particular value
>
> print $err_component;
>
> I'm told that it is an "Object". How do I dump the attributes and
> values of this "Object"?
>
> Thanks, - Dave
>
See var_dump() or print_r().
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|