
01/10/2005, 22:27
|
 | | | Fecha de Ingreso: diciembre-2004 Ubicación: Queretaro, México
Mensajes: 395
Antigüedad: 20 años, 2 meses Puntos: 0 | |
...
$etotal = 0;
while($rowComen = mysql_fetch_array($resultComen))
{
$total = $etotal + $rowComen['total'];
}
print $etotal; |