They are not quit the same and I was about to suggest that.
Try this:
$string = $_POST['news'];
$smile = ": )";
//replace the space between the : and )
$url = "<img src='/forum/images/smilies/smile.gif' />";
$news = preg_replace($smile, $url, $string);
See if that works.
If that doesn't work, then try adding the ` around the : )
: )