<?php
function ventaEnCapturaBusca(\PDO $bd)
{
$stmt = $bd->query("SELECT * FROM VENTA WHERE VENT_EN_CAPTURA = 1");
$venta = $stmt->fetch(PDO::FETCH_ASSOC);
return $venta;
}
GilPG AWOAS
24. Compras sencillas
arrow_upward
php / Bd.php
php / det-venta-agrega.php
php / det-venta-elimina.php
php / det-venta-modifica.php
php / detVentaConsulta.php
php / productoBusca.php
php / srvcompras.db
php / venta-en-captura-procesa.php
php / ventaEnCapturaAgrega.php
php / ventaEnCapturaBusca.php
php / vista-agrega.php
php / vista-carrito.php
php / vista-index.php
php / vista-modifica.php
Carpeta « php / lib »
arrow_downward