Hi
I am currently studying a server side programming module at uni and we have been set a piece of coursework to create a holiday planner website.
So far I have created a 'flights' & 'hotels' selection page and to finish off the work I need to create an itinerary where it can show customers their selected flights/hotel for their holiday.
Throughout the work so far I have created separate pages through <forms> and iframes I have linked them to the 'main' start page.
Now I am having issues with the itinerary, I have a basic logic of what I may have to do to get a working itinerary (essentially, taking the users' inputs to the itinerary page), using an array to be sent to the itinerary form through hidden inputs, however I am really struggling to put this into practice and wondered if any guidance could be offered?
Cheers