Name: Anonymous 2005-05-16 16:14
I'm really fucking stupid. I want to replace the returns in a posted set of data. Here's the line of code as it now doesn't work:
$newpost = preg_match ("/
/", "<br>" , $_POST["post"]);
How can I get it to work?
$newpost = preg_match ("/
/", "<br>" , $_POST["post"]);
How can I get it to work?