صفحة 1 من 1

??? ???? ??????? ???????? phpbb

مرسل: الخميس نوفمبر 18, 2004 10:19 pm
بواسطة haroun12
??? ????????? 2.0.11 ??????
?? ??? viewtopic.php ????? ??? ???? ????? ????? ??????

كود: تحديد الكل

// 
// Was a highlight request part of the URI? 
// 
$highlight_match = $highlight = ''; 
if (isset($HTTP_GET_VARS['highlight'])) 
{ 
   // Split words and phrases 
   $words = explode(' ', trim(htmlspecialchars(urldecode($HTTP_GET_VARS['highlight'])))); 

   for($i = 0; $i < sizeof($words); $i++) 
   {

???????? ?? :

كود: تحديد الكل

// 
// Was a highlight request part of the URI? 
// 
$highlight_match = $highlight = ''; 
if (isset($HTTP_GET_VARS['highlight'])) 
{ 
   // Split words and phrases 
   $words = explode(' ', trim(htmlspecialchars($HTTP_GET_VARS['highlight']))); 

   for($i = 0; $i < sizeof($words); $i++) 
   { 
?????? ???? phpbb :
http://www.phpbb.com/phpBB/viewtopic.php?t=240513


????