Hi,
I have a very strange problem...
I have a textrea with name "message"
I need to redirect with Javascript to url like this:
myscript.php?net=$net&message=$message
But when there are new lines in the form it stops working because I break the line..
Here I was still sure what's going on...
I have decided to use:
eregi_replace("\n","_", $message) but it does not work !
I'm stuck..
Please help me...