Hi Folks,
I tried the codes to send information from one page to another with the session start and session registetr. They all worked!!
You can find those codes in the URL below:
http://www.phpbuilder.com/forum/read.php3?num=2&id=125538&loc=0&thread=125538
With Netscape, they work fine. Unfortunately, there's a problem with Internet Explorer. If i hit the go back button, all the information are gone. Then, I put the echo for the values on all the forms so the values stay. Now, the other problem come. I can't reset the forms if I put echo for the values.
Here is the sample of my code:
<input type=text name=var1 value="<? echo $sess_array[var1]; ?>
Can anyone help me?
Thanks in advance.
Mike