php 5.3 gectim aşagıdaki kodlar calışmadı sizce ne yapmam lazım?
manuel e baktım kullanımı kalkmış yerine ne kullanabilirm?

PHP:
$text=preg_replace("@[^A-Za-z0-9-_ĞUŞİOCğuşıoc][email protected]","",$text); $text=preg_replace(" +"," ",trim($text)); $text=preg_replace("[-]+","-",$text); $text=preg_replace("[_]+","_",$text);