Posted by Wayne on 06/07/06 07:36
Alan Little wrote: > $p = ereg_replace("\r\n?" "\n", $a); Using the above, I transposed it to: $p = ereg_replace ("/\r\n|\n\r|\r|\n/", "<br>", $p); Thanks for your feedback and response.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming