PHP: remove "()" from string
<? $tracking = preg_replace("#(.*?)\(.*?\)(.*?)#is", "\\1\\3", $tracking); ?>