[snip] Is there a way I can pipe the output of print_r() into a variable for further processing? [/snip]
$variable = print_r(); Then use $variable? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[snip] Is there a way I can pipe the output of print_r() into a variable for further processing? [/snip]
$variable = print_r(); Then use $variable? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php