On 3/4/2004 1:32:42 AM, Ben Ramsey ([EMAIL PROTECTED]) wrote:
> I know that others have already helped you learn out to print out an
> array, but you can also use print_r($array); to print out the array.
> It's not useful for the end-user of your application, but it can help
> you out as you're
> programming.

Too true, I use it a lot during development, you may have an error or typo
while programming
and getting the values may be wrong, but using print_r() you get the exact
values the script gets
in a pretty easy to read form which you can follow to see if your programs
running right.

Cheers,
-Ryan

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

Reply via email to