include $_SERVER['DOCUMENT_ROOT'] . "/WebBuilder/WebApp.class.php"; $db = new DBMain(); $quote_res_no = $db->exec_query('quotes', ['*'], '', '', '', '', '1', "ORDER BY record_id DESC"); $quote_info_no = $quote_res_no->fetch_assoc(); $quote_no = $quote_info_no['quote_no'] + 1; $clienet_res = $db->exec_query('clients', ['*']); $options_client = ''; while ($client = $clienet_res->fetch_assoc()) { $options_client = $options_client . ""; } if (isset($_GET['quote_id'])) { } $WebApp->pageHeading("NEW QUOTE"); ?>