You are on page 1of 1

<?

php
error_reporting(0);
$a=$_POST['numMesa'];
$miconexion = new DB_mysql;
$miconexion->conectar($dbname,$dbhost,$dbuser,$dbpas
s);
$sql1 = "SELECT CAPACIDAD FROM MESA WHERE ID_MESA ='
$a'";
$miconexion->consulta($sql1);
$miconexion->verconsultacontroles();
?>

You might also like