View Single Post
ישן 01-11-05, 21:13   # 1
Ori The Man
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: חיפה
גיל: 34
הודעות: 3,694
שלח הודעה באמצעות MSN אל Ori The Man Send a message via Skype™ to Ori The Man

Ori The Man לא מחובר  

בעיה במשיכת נתונים

אני מנסה לימשוך את כל הנתנונים משורה בטבלה כלשהי
תיראו אבל מה קורה

http://www.sit-e.net/dash/

הקוד הוא

PHP קוד:
$sql=mysql_query("SELECT * FROM `dash`");
while(
$row=mysql_fetch_array($sql))

echo 
" <table align=\"center\">
                        <tr>
        <td rowspan=\"3\" bgcolor=\"#262626\" width=\"293\" height=\"138\" align=\"center\">
                        <span style=\"background-color: #FFFFFF\">
                        <marquee direction=\"up\" width=\"293\" height=\"138\" scrollamount=\"1\" onMouseOver=\"this.stop();\" onMouseOut=\"this.start();\" dir=\"rtl\">"
.$row['name']."</span>
                        </tr>

</table>"

  Reply With Quote