Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/05/2008, 15:31
Avatar de eft0
eft0
 
Fecha de Ingreso: junio-2003
Ubicación: Santiago - Chile
Mensajes: 635
Antigüedad: 21 años, 9 meses
Puntos: 9
Respuesta: Colsulta no imprime

Igualito a este?

Código PHP:
<?php 
include ('conect.php');

$sql="SELECT `email`, COUNT(*) AS 'total', SUM(`monto`) AS 'suma' FROM `factura` GROUP BY `email`";
$sql_exec=mysql_query($sql);
while(
$row=mysql_fetch_assoc($sql_exec))
{
?>
<table width="955" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><?php echo $row['suma']; ?></td>
  </tr> 
<?php
}
?>
__________________
eft0's stuff! - http://estebanfernandez.net