Stuart <mailto:[EMAIL PROTECTED]>
    on Friday, January 30, 2004 2:56 PM said:

> print '<pre>'; print_r($somearray); print '</pre>';

not to steal your glory stuart but you can make it easier on yourself by
doing the following:

echo '<pre>',print_r($somearray),'</pre>';

it's merely less typing.


hth,
chris.

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

Reply via email to