Good evening guys!
When I click on Book Flight, it says Flight Booked. Also the bids data gets added to sql database. But when I click on ‘My BIds’ I cannot see any bid over there. What might be the problem?
This is my core_htmlhead.php
\<?php if(!defined('IN\_PHPVMS') && IN\_PHPVMS !== true) { die(); } ?\> \<?php /\*\* \* STOP! HAMMER TIME! \* \* ====\> READ THIS !!!!! \* \* I really really, REALLY suggest you don't edit this file. \* Why? This is the "main header" file where I put changes for updates. \* And you don't want to have to manually go through and figure those out. \* \* That equals headache for you, and headache for me to figure out what went wrong. \* \* BUT BUT WAIT, you say... I want to include more javascript, css, etc...! \* Well - in your skin's header.tpl file, this file is included as: \* \* Template::Show('core\_htmlhead.tpl'); \* \* Just add your stuff under that line there. That way, it's in the proper \* spot, and this file stays intact for the system (and me) to be able to \* make clean updates whenever needed. Less bugs = happy users (and happy me) \* \* THANKS! \*/ ?\> \<script type="text/javascript"\> var baseurl = "\<?php echo SITE\_URL;?\>"; \</script\> \<link rel="stylesheet" media="all" type="text/css" href="\<?php echo fileurl('lib/css/phpvms.css')?\>" /\> \<meta http-equiv="Content-Type" content="text/html; charset=\<?php echo Config::Get('PAGE\_ENCODING');?\>" /\> \<script src="\<?php echo SITE\_URL?\>/lib/skins/Elite/plugins/bower\_components/jquery/dist/jquery.min.js"\>\</script\> \<script src="\<?php echo SITE\_URL?\>/lib/skins/Metro/assets/global/plugins/jquery.min.js" type="text/javascript"\>\</script\> \<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"\>\</script\> \<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAtmEz\_VMS8Y\_nc1RxsIVxtcyxgbtvCo8c&callback=initMap" async defer\>\</script\> \<script type="text/javascript" src="\<?php echo fileurl('lib/js/jquery.form.js');?\>"\>\</script\> \<script type="text/javascript" src="\<?php echo fileurl('lib/js/phpvms.js');?\>"\>\</script\> \<?php echo $MODULE\_HEAD\_INC;