I get this:PHP Code:$find = array(
'http:\/\/www\.'
);
$change = array(
''
);
Code:preg_replace() [function.preg-replace]: Delimiter must not be alphanumeric or backslash
which char didn't I backslash or ??
I want http://www. to be replaced with nothing, empty space


Reply With Quote



