Ver Mensaje Individual
  #10 (permalink)  
Antiguo 19/06/2013, 14:31
erickrpv
 
Fecha de Ingreso: abril-2013
Ubicación: Lima
Mensajes: 83
Antigüedad: 11 años
Puntos: 1
Respuesta: PHP, select, query, result, codigo

while ($rows = mysql_fetch_array($result)){
echo $rows[0];
}