|
hmmm
in my form
if i enter
test
test
then echo it in my processing form
it shows as
test\r\ntest
with the "\r\n" being the page return
but if i use the command
$text = str_replace("\r\n", "<br>", $message);
it don't see the \r\n
and echos it as "texttext"
hmmmmmmmm
__________________
mysql_connect("localhost", "brain", "sharon") or die(mysql_error());
mysql error: brain doesn't exist!
|