Ver Mensaje Individual
  #7 (permalink)  
Antiguo 26/03/2004, 13:06
Gotrek
 
Fecha de Ingreso: marzo-2004
Mensajes: 44
Antigüedad: 20 años, 1 mes
Puntos: 0
he hecho esto...

<?
$ultimo = $HTTP_COOKIE_VARS[unick] ;
mysql_query("update $tabla_usuarios set NOW(fecha2) and ultimo='$ultimo' where id='$id'") ;
include("config.php");
$sql="SELECT * FROM usuarios ORDER BY fecha2 DESC LIMIT 10";
$consulta=mysql_query($sql) or die (mysql_error);
while($registro=mysql_fetch_array($consulta)) {
echo registro['nick'];
}
?>

... y me muestra todos los nicks registrados en la web :

a ver si sabeis como seria, q me estoy deskiciando ya jajaj
salu2