![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/04/2009, 12:29
|
![Avatar de rickyper](http://static.forosdelweb.com/customavatars/avatar297303_1.gif) | | | Fecha de Ingreso: abril-2009
Mensajes: 182
Antigüedad: 15 años, 10 meses Puntos: 10 | |
Respuesta: Rankeo de Usuarios Prueba esto:
$contador=0;
while ($contador<=($INFO = mysql_fetch_assoc($resultR)))
{
$contador=$contador+1;
?>
Puntos: <?php echo $INFOUSER['puntos']; ?><br />
Envios Totales: <?php echo $INFOUSER['envios']; ?><br />
Usuario Numero: <?php echo $INFOUSER['user_id']; ?><br />
User RANK: <?php echo "Ranking '$contador'"; ?><br />
<?
Pero como te dije esto te sale bién si haces un listado |