hice esto:
Código PHP:
Ver original
<?php include('config.php'); $codigo=88230/*$_POST['search-q']*/; $codigo1= "SELECT * FROM ar_log WHERE CODIGO='$codigo'"; $can1=$cantidad['0']; ?> <tr> <td><div align='center'><?php echo "".$row['ID_LOG']."";?></div></td> <td><div align='center'><?php echo "".$row['AR_FECHVENTA']."";?></div></td> <td><div align='center'><?php echo "".$row['AR_HORAVENTA']."";?></div></td> <td><div align='center'><?php echo "$can1";?></div></td> <td><div align='center'><?php echo "".$row['AR_PRECIO']."";?></div></td> <td><div align='center'><?php echo "".$row['AR_PERIODO']."";?></div></td> </tr><?php } ?>
y va bien.
me imprime esto:
Código HTML:
Ver original
<HTML> <HEAD> <meta http-equiv="Content-Type" content="text/html; charset=latin1" /> <LINK href="css/cssMaster.css" type=text/css rel=stylesheet> <!-- Inicio de Scripts --> <!-- Fin Scripts inicio Style Maestro --> <link rel="stylesheet" href="css/style.css" type="text/css" /> </head> <BODY onLoad="ini(), init()"; style="background-color: transparent;" > <br /> <table width='872' border='0' class='fuentel'> <tr> </tr> <tr> </body> </html>
Código HTML:
Ver original
Nº de Venta Fecha de Compra Hora de Compra Cantidad de Productos Gasto Total Periado a Debitar 4 2010-10-27 21:21 6 12.4 112010 5 2010-10-27 21:49 6 12.4 112010 6 2010-10-27 21:22 6 12.4 112010 7 2010-10-27 21:32 6 12.4 112010 8 2010-10-27 21:41 6 12.4 112010 9 2010-10-27 21:41 6 12.4 112010 11 2010-10-27 21:38 7 18.6 112010 12 2010-10-27 21:31 1 3 112010 13 2010-10-27 22:02 1 3 112010 17 2010-10-27 23:34 1 3 112010 18 2010-10-27 23:09 1 3 112010 19 2010-10-27 23:39 2 6 112010 20 2010-10-28 19:24 12 31.2 112010 21 2010-10-28 19:46 13 38.2 112010 22 2010-10-28 19:06 8 11.2 112010 23 2010-10-28 19:58 1 3 112010 24 2010-10-28 19:54 2 6 112010
Ahora quiero sumar Gasto Total que es la columna $row['AR_PRECIO']
para poner al final el total de lo adeudado.
Como se hace?
Gracias por leer chicos! XD