updateVirtualAirline.php 213 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php require_once 'classes/realops.php'; $get = new Get(); $db = $get->connect(); $update = $db->updateRow("UPDATE tbl_bookings SET va = ? WHERE id = ?", array($_POST['va'], $_POST['flights'])); echo "1"; ?>