View Single Post
ישן 20-11-05, 21:33   # 1
maor
הוסטסניון
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 34
הודעות: 1,869

maor לא מחובר  

בעיה בלולאה בתוך לולאה

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 />"); 
   } 
לא עובד לי:\ מה הבעיה?:qqb001:
  Reply With Quote