Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/10/2010, 17:03
Avatar de carlos_belisario
carlos_belisario
Colaborador
 
Fecha de Ingreso: abril-2010
Ubicación: Venezuela Maracay Aragua
Mensajes: 3.156
Antigüedad: 14 años
Puntos: 461
Respuesta: Row, Array y nada :P

Código PHP:
Ver original
  1. $query=mysql_query("SELECT CodAleator FROM Cargado WHERE IDCargado > 79 AND Otro1 = 'publico' ORDER BY Puntos DESC LIMIT 19") or die (mysql_error());
  2. while($busqueda=mysql_fetch_array($query)){
  3.     print_r($busqueda);
  4. }
has esto y dinos que te trae te deberia de mostrar todos los datos que estas trayendo
__________________
aprende d tus errores e incrementa tu conocimientos
it's not a bug, it's an undocumented feature By @David
php the right way