Ammm,,,, Bueno yo estaba haciendo un Usuarios al azar, con los usuarios del mc, pero no me sale.., mieren el codigo:
<?php
include("conectar.php");
$get = mysql_query("SELECT * FROM habbos ORDER BY RAND() LIMIT 1");
while($habbo = mysql_fetch_array($get))
{
echo("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"89\" height=\"130\"><tr>
<td background=\"stand.GIF\" height=\"128\" width=\"90\" valign=\"top\"><center> <a href=\"http://www.habbo.es/home/" .$habbo. "\" target=\"_blank\"><img border=\"0\" title=\"" .$habbo. "\" alt=\"" .$habbo. "\" src=\"http://www.habbo.es/habbo-imaging/avatarimage?user=" .$habbo. "&action=wav&direction=3000004&head_direction=299999&img_format=gif5&gesture=sml&size=l\"></a></center></td></tr></table>");
}
?>
Ayudenme!!!