- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
mysql_select_db($sqlDB);
if ($_GET['tip']=='sp'){
$w = mysql_query("SELECT * FROM status_user ORDER BY score DESC");
if (@mysql_num_rows($w)>50) $kol=50;
else $kol=mysql_num_rows($w);
for ($c=0; $c<$kol; $c++)
{
$rd = mysql_fetch_array($w);
echo '<item>
<id>'.$rd['id'].'</id>
<score>'.$rd['score'].'</score>
</item>';}
}
Lure Of Chaos 07.08.2010 22:21 # 0
Dreyk 08.08.2010 00:49 # +1
вообще, код бездарен практически в каждой строке, не считая порочности всей идеи в целом.