Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Keris Klausymai!

Parašė Kelmas· 2009 Rugp. 17 14:08:10
#19

--->
openside ("Šaukyklos Top 10");
$result=dbquery("SELECT user_name, user_location, user_id, count(user_id) AS shout_count FROM ".$db_prefix."shoutbox INNER JOIN
".$db_prefix."users ON shout_name=user_id GROUP BY user_name ORDER BY shout_count DESC LIMIT 0,10");
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 "$data[user_name]</a></td><td class='small2' align='right'>[$data[shout_count]]</td></tr>";
}
}
echo "</table>";
closeside();



Redagavo Kelmas· 2009 Rugp. 17 14:08:23