I have a PHP script which echos several lines, with \n newlines.

I want to return this to the Shell Script, with 

return=$( bank.php )

and print $return out.  However, it doesn't know how to print new
lines.  Does anyone know how to do this?

Thanks in advance

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

Reply via email to