Hi all, what im trying to do is as follows:
I have a form, when the submit button is clicked, the values from the form elements will be saved into Session variables before a different php file is loaded. I require the session variable in the new php file that is loaded.
Here is the code that...