Ver Mensaje Individual
  #8 (permalink)  
Antiguo 05/05/2008, 10:34
zekenet
 
Fecha de Ingreso: junio-2005
Ubicación: Madrid, España
Mensajes: 288
Antigüedad: 18 años, 10 meses
Puntos: 1
Re: Mostrar registros aleatorios

Si te sale eso es que estas leyendo el resultado de hacer mysql_query, a ese resultado te falta hacerle un mysql_fetch_row o mysql_fetch_array, o mysql_fetch_object para poder leer los valores que devuelve la consulta