<MARQUEE behavior= "scroll" align= "center" direction= "up"
height="100" scrollamount= "2" scrolldelay= "2" onmouseover='this.stop()'
onmouseout='this.start()'>с<?php
$host="localhost";
$user="";
$pass="";
$db="webstud_phpb1";
$table="phpbb_topics";
$latest="10";
$link=mysql_connect($host, $user, $pass);
$db=mysql_select_db($db);
$query = mysql_query("select * from phpbb_topics where forum_id like '20' order by
topic_last_post_id desc limit 0,9");
while($rows = mysql_fetch_array($query))
{
print "<tr><td onmouseover=this.style.backgroundColor=\"ECF0F6\"
onmouseout=this.style.backgroundColor=\"\">";
print "<font color=\"#FF0000\">-</font>";
$forum = $rwz[forum_name];
$catid = $rwz[cat_id];
$qry2 = mysql_query("select * from phpbb_categories where cat_id='$catid'");
$rwz2 = mysql_fetch_array($qry2);
$cat = $rwz2[cat_title];
if (strlen($rows[topic_title])>1){
printf("<a href=\"forums/viewtopic.php?t=%d\">%s %s</a>[%d]", $rows[topic_id],
$cat,((strlen($rows[topic_title])>42)?substr($rows[topic_title],0,42)."...":$rows[topic_title]),
$rows[topic_replies]);
}
}
?>
тук мненията не се въртят
защо така плс хелп

height="100" scrollamount= "2" scrolldelay= "2" onmouseover='this.stop()'
onmouseout='this.start()'>с<?php
$host="localhost";
$user="";
$pass="";
$db="webstud_phpb1";
$table="phpbb_topics";
$latest="10";
$link=mysql_connect($host, $user, $pass);
$db=mysql_select_db($db);
$query = mysql_query("select * from phpbb_topics where forum_id like '20' order by
topic_last_post_id desc limit 0,9");
while($rows = mysql_fetch_array($query))
{
print "<tr><td onmouseover=this.style.backgroundColor=\"ECF0F6\"
onmouseout=this.style.backgroundColor=\"\">";
print "<font color=\"#FF0000\">-</font>";
$forum = $rwz[forum_name];
$catid = $rwz[cat_id];
$qry2 = mysql_query("select * from phpbb_categories where cat_id='$catid'");
$rwz2 = mysql_fetch_array($qry2);
$cat = $rwz2[cat_title];
if (strlen($rows[topic_title])>1){
printf("<a href=\"forums/viewtopic.php?t=%d\">%s %s</a>[%d]", $rows[topic_id],
$cat,((strlen($rows[topic_title])>42)?substr($rows[topic_title],0,42)."...":$rows[topic_title]),
$rows[topic_replies]);
}
}
?>
тук мненията не се въртят



