Ver original$suma=0;while($regPS = mssql_fetch_array($conexTipoVentaProducto->result)){ $suma+=$regPS['DIRECTO']; } echo $suma;