peter s
2007-02-02 07:43:12 UTC
preg_replace(("~", "¬"), (), $toast)
echo $toast;
?>
It should delete the ~ and ¬ and show "hello man"
but it says unexpected comma on the preg replace line.
Whats wrong with it?