peteyb
11-11-2005, 09:01 AM
I have managed to set register the variables from my form using
session_register('variable');
when i use the standard back and forward button on the web browser the data remains but when i use my Next and Back <a href> link </a> buttons the data is lost.
Is there a way to retain the data, and if so how?
session_register('variable');
when i use the standard back and forward button on the web browser the data remains but when i use my Next and Back <a href> link </a> buttons the data is lost.
Is there a way to retain the data, and if so how?