אני מנסה לימשוך את כל הנתנונים משורה בטבלה כלשהי
תיראו אבל מה קורה
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>";