Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Komentatoriu Top 5

Parašė ChecK· 2009 Lie. 21 09:07:12
#2

tau typo štiaip ? :

openside ("Komentatoriu Top 5");
$result=dbquery("SELECT user_name, user_location, user_icq, user_id, count(user_id) AS comment_count FROM ".$db_prefix."comments INNER JOIN
".$db_prefix."users ON comment_name=user_id GROUP BY user_name ORDER BY comment_count DESC LIMIT 0,5");
echo "<table width='100%' cellpadding='0' cellspacing='0'>";
if(dbrows($result)!=0){
while($data=dbarray($result)){
echo "<tr><td class='small2' align='left'> <img src='http://viskas.stilingi.lt/themes/Softopasaulis_02/images/bullet.gif' </a> <a href='".BASEDIR."profile.php?lookup=$data[user_id]' class='side'>";
echo "<img src='http://localhost/images/avatars/$userdata[user_avatar]'></a></td><td class='small2' align='right'>[$data[comment_count]]</td></tr>";
}
}
echo "</table>";
closeside();




labai kvailai atrodo, nebent "width" ir "height" įsidėk

Redagavo ChecK· 2009 Lie. 21 09:07:24