Thread: note 61600 deleted from function.print-r by nlopess
note 61600 deleted from function.print-r
by nlopess
2006-02-07 17:42:59
Note Submitter: jeremy at shoemoney dot com
----
A great use of print_r to debug your arrays and other
variables is
function showme($keyword)
{ print "<font
color='grey'><pre>";print_r ($keyword); print
"</pre></font>"; }
showme($GLOBALS);
Example output at http://www.shoemo
ney.com/showme.php
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php