
17/11/2003, 07:28
|
| | Fecha de Ingreso: mayo-2002
Mensajes: 486
Antigüedad: 22 años, 10 meses Puntos: 0 | |
Ya lo solucione , sin usar array, pongo el código para cualquier cosa:
-----------------------------
$result3=mysql_query("select sum(TotalIGV) as total from docto_cabecera where CodPlaca='$cliente' and NumOt=$row1[NumOt]",$link);
$row3=mysql_fetch_array($result3);
echo $row3[total];
---------------------------------
Gracias de todas maneras |