Search found 3 matches
- Tue Apr 11, 2017 5:40 am
- Forum: PHP - Code
- Topic: Return Ticket For Flight reservation system query issue [on
- Replies: 1
- Views: 2052
Return Ticket For Flight reservation system query issue [on
The Code Below is my query for return ticket but i don't what is wrong it it not returning the list of departures for specific date and the list of flights departures for specific data. its a return ticket. what is wrong with can anyone help? $Query =("SELECT * FROM flight_details WHERE Flight_...
- Sat Apr 01, 2017 12:17 pm
- Forum: PHP - Code
- Topic: Stuck in project
- Replies: 1
- Views: 2012
Stuck in project
<?php //session_start(); include ('DB_Connect.php'); if (!isset($_GET ['Return_Ticket'])) { echo "Nothing happend"; } if (isset($_GET ['Return_Ticket'])) { $Flight_Source= $_GET ['Flight_Source']; $Flight_Destination= $_GET ['Flight_Destination']; $Departure_Date = $_GET ['Departure_Date'...
- Sat Apr 01, 2017 12:14 am
- Forum: PHP - Code
- Topic: How to pass Values from one page to another
- Replies: 1
- Views: 2219
How to pass Values from one page to another
<form method="GET" action="displayflights.php"> <h1>Return Ticket</h1> From <select name="Flight_Source"> <option value='islamabad'>Islamabad</option> <option value='lahore'>Lahore</option> <option value='peshawar'>Peshawar</option> <option value='karachi'>Karachi</opt...