PHP's preg_replace
Posted: Wed Oct 26, 2005 9:26 am
I've the following code that replacing every '\' with a '' in $message, but for some reasons it's giving me error. Could someone tells me what I did wrong? Thanks...
Code: Select all
$message = preg_replace('/\/','',$message);