Hi there,
Just a quick question, I'm trying to do a dynamic include on a page. Basically I want the user to select an option from a drop down box which will then instantly update the file that is included without the user submitting the form as the submit button should take them to another page. So basically it should go like this:
1.User arrives at page
2.Selects option from menu
3.The file that is included changes showing the updated information (including variables that the form will submit)
4.User clicks on the submit button which will take them to a confirmation page with all the various variables being passed onto the next page.
If anyone could help it ould be greately appreciated. It did occur to me that there would be a javascript solution to this and not php but I suck at javascript.
Cheers.