View Single Post
ישן 20-11-05, 21:48   # 2
eur2
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: אשדוד, וכמובן ישראל
הודעות: 1,395

eur2 לא מחובר  

תנסה את זה:
PHP קוד:
while($dash mysql_fetch_array($result)) 
   { 
      while(
$dash_s mysql_fetch_array($result_s)) 
      { 
         
$dash['dash'] = str_replace($dash_s['replace'], $dash_s['file'], $dash['dash']; 
      } 
      echo(
"<b>".$dash['name'].":</b> ".$dash['dash']."<br />"); 
   } 
  Reply With Quote