انصحك بعمل دالة خاصة ب php غير code
استبدل
CODE
$first_search['[php]'] = '#\[php\](.*)\[/php\]#esiU';
$first_replace['[php]'] = "\$this->PowerCode_Code('\\1')";
ب:
CODE
$first_search['[php]'] = '#\[php\](.*)\[/php\]#esiU';
$first_replace['[php]'] = "\$this->PowerCode_Php('\\1')";
وانسخ
CODE
function PowerCode_Code($txt){.....}
وسميه
CODE
function PowerCode_Php($txt){.....}
تم تحرير المشاركة بواسطة :emovip
بتاريخ:30-10-2010 02:50 صباحاً
الساعة الآن 11:02 PM