Assignment6: SetB Q.1 Solution

Create an online flight registration form. On the first page accept name, address, birthdate, and mobile number. On the second page accept flight details (flight name, source, destination, departure date-time and charges). If the user doesn’t enter information within a specified time limit, expire his session and give a warning otherwise display details using sessions on the third page.

HTMl Form


        
    
        

PHP SCRIPT


        
    
        

PHP SCRIPT