[insert_php]
if($_GET[‘pac_id’]){
$pac_id=$_GET[‘pac_id’];
}
if($_GET[‘scc’]){
echo’
Your booking has been booked successfully, we will contact you shortly.
‘;
}
include(“http://victoriatravel-eg.com/reservation.php?pac_id=$pac_id”);
[/insert_php]