FN-FORUM: Small PHP Problem
date posted 28th January 2007 17:14
have a small problem with the following,
(to replace new lines '\n' with 's)
$message=ereg_replace( "\n", "", $message );
The message is saved into in text file and is producing the <br>
(basically the html character codes for < and >)
any ideas to fix it so it saves 's in the text file rather then
<br>
Thanks
Peter Scoins
[EMAIL REMOVED]