הרשם שאלות ותשובות רשימת חברים לוח שנה הודעות מהיום

חזור   הוסטס - פורום אחסון האתרים הגדול בישראל > עיצוב גראפי, תכנות על כל שפותיו וקידום ושיווק אתרים > פורום תיכנות

   
|!|

השב
 
כלים לאשכול תצורת הצגה
ישן 22-11-05, 07:43   # 1
maor
הוסטסניון
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 34
הודעות: 1,869

maor לא מחובר  

PHP קוד:
    $dashim "SELECT `id`, `name`, `dash` FROM `dashim` ORDER BY `id` DESC LIMIT 5";
    
$result mysql_query($dashim);
    
$dashim_s "SELECT `id`, `replace`, `file` FROM `smilles`";
    
$result_s mysql_query($dashim_s);
    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
ישן 22-11-05, 18:57   # 2
Ikki
חסום
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: Israel
הודעות: 608

Ikki לא מחובר  

PHP קוד:
$query[0] = mysql_query("SELECT id, name, dash FROM dashim ORDER BY id DESC LIMIT 5"); 
$query[1] = mysql_query("SELECT id, replace, file FROM smilles"); 
while(@(
$dash0 mysql_fetch_array($query[0]))) { 
while(@(
$dash1 mysql_fetch_array($query[1])) { 
$dash['dash'] = str_replace($dash1['replace'], $dash1['file'], $dash0['dash']); 

echo 
"<b>" $dash['name'] . ":</b> " $dash['dash'] . "<br />"

  Reply With Quote
ישן 22-11-05, 22:02   # 3
Ikki
חסום
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: Israel
הודעות: 608

Ikki לא מחובר  

PHP קוד:
$query[0] = mysql_query("SELECT id, name, dash FROM dashim ORDER BY id DESC LIMIT 5"); 
$query[1] = mysql_query("SELECT id, replace, file FROM smilles"); 
while(@(
$dash0 mysql_fetch_array($query[0]))) { 
while(@(
$dash1 mysql_fetch_array($query[1]))) { 
$dash['dash'] = str_replace($dash1['replace'], $dash1['file'], $dash0['dash']); 

echo 
"<b>" $dash['name'] . ":</b> " $dash['dash'] . "<br />"

טעות שלי, עכשיו?
  Reply With Quote
השב

חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים)
 


חוקי פירסום
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is מופעל
סמיילים הם מופעל
[IMG] קוד מופעל
קוד HTML מכובה

קפיצה לפורום


כל הזמנים הם GMT +2. הזמן כעת הוא 21:58.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ