will_1990 Posted December 12, 2008 Share Posted December 12, 2008 OK, so i have taken the flight details off the user stored it in an array, displayed the array and asked the user to register there details, theyve done that and stored and this is now in a database, i want them now to go a page which brings back their flight details and then they have to choose confirm. to make this unique should i get the user to log in using sessions and then confirm the booking and store it in a bookings table with a unique bookings number. many thanks Link to comment https://forums.phpfreaks.com/topic/136613-forward-user-after-registration-not-quite-sure-if-im-doing-this-the-right-way/ Share on other sites More sharing options...
Noskiw Posted December 12, 2008 Share Posted December 12, 2008 wouldn't it be easy to do <?php //registration code header("Location:name of page here"); ?> Link to comment https://forums.phpfreaks.com/topic/136613-forward-user-after-registration-not-quite-sure-if-im-doing-this-the-right-way/#findComment-713515 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.