Arkadaşlar şu hata deli etti beni.

Warning: preg_replace() [function.preg-replace]: Unknown modifier '(' in /home/aaa/public_html/include/functions.php on line 1864

Warning: preg_replace() [function.preg-replace]: Unknown modifier '(' in /home/aaa/public_html/include/functions.php on line 1865

Warning: preg_replace() [function.preg-replace]: Unknown modifier '(' in /home/aaa/public_html/include/functions.php on line 1866

Warning: preg_replace() [function.preg-replace]: Unknown modifier '(' in /home/aaa/public_html/include/functions.php on line 1867


functions.php de
Satırlar bunlar :
$pagestring1 = preg_replace('/sarkici/(.*?)-video-klipleri-([0-9]*)-/', 'sarkici/$1-video-klipleri-1-', $targetpage);
		$pagestring2 = preg_replace('/sarkici/(.*?)-video-klipleri-([0-9]*)-/', 'sarkici/-$1-video-klipleri-2-', $targetpage);
		$pagestringlpm1 = preg_replace('/sarkici/(.*?)-video-klipleri-([0-9]*)-/', 'sarkici/$1-video-klipleri-'.$lpm1.'-', $targetpage);
		$pagestringlast = preg_replace('/sarkici/(.*?)-video-klipleri-([0-9]*)-/', 'sarkici/$1-video-klipleri-'.$lastpage.'-', $targetpage);	
	}