Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/06/2015, 08:14
Avatar de jpint
jpint
 
Fecha de Ingreso: junio-2012
Ubicación: Ciudad Real - España
Mensajes: 97
Antigüedad: 11 años, 10 meses
Puntos: 12
Respuesta: Problema con Array

No me refería a la query sino al bucle php:

Código PHP:
while ($fila mysql_fetch_array($resultado)) {
   
echo 
"<tr><td>".$fila['coasubID']."</td>
          <td>"
.$fila['period']."</td>
          <td>"
.$fila['amount']."</td></tr>";