Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/02/2003, 13:12
pau8000
 
Fecha de Ingreso: febrero-2003
Mensajes: 54
Antigüedad: 21 años, 2 meses
Puntos: 0
yo tengo:

Código:
$maxusu = "select Max(id) from usuarios";
$resp = mysql_query($maxusu);

echo "$resp";
pero al ponerlo me sale esto:

Resource id #7


que he echo mal?