Re: [PHP] question about 'register_globals' setting

2003-01-13 Thread Rasmus Lerdorf
> I'm using I.E. 6. I noticed that register_globals was set ON in my > php.ini file so I changed it to OFF in as per the security warning. > I've noticed a side effect. When I submit a form via POST and then go > back from the results page, my form has been cleared, i.e.., as if the > page has

Re: [PHP] question about 'register_globals' setting

2003-01-13 Thread Rasmus Lerdorf
> >Thanks for your response but I don't think this is what I was asking; could > >be wrong though. > > > I re-read your post and, of course, you are right. I mis-read it! I have > heard of this Back button and data missing and I'm sure its come up > before, but I don't remember the answer. I can

Re: [PHP] question about 'register_globals' setting

2003-01-13 Thread Chris Hewitt
Don wrote: Thanks for your response but I don't think this is what I was asking; could be wrong though. I re-read your post and, of course, you are right. I mis-read it! I have heard of this Back button and data missing and I'm sure its come up before, but I don't remember the answer. I can

Re: [PHP] question about 'register_globals' setting

2003-01-13 Thread Don
> Don wrote: > > > > >I'm using I.E. 6. > > > Its not a browser thing, but a PHP thing. > > > I noticed that register_globals was set ON in my php.ini file so I changed it to OFF in as per the security warning. I've noticed a side effect. When I submit a form via POST and then go back from the r

Re: [PHP] question about 'register_globals' setting

2003-01-13 Thread Chris Hewitt
Don wrote: I'm using I.E. 6. Its not a browser thing, but a PHP thing. I noticed that register_globals was set ON in my php.ini file so I changed it to OFF in as per the security warning. I've noticed a side effect. When I submit a form via POST and then go back from the results page, my

[PHP] question about 'register_globals' setting

2003-01-13 Thread Don
Hi, I'm using I.E. 6. I noticed that register_globals was set ON in my php.ini file so I changed it to OFF in as per the security warning. I've noticed a side effect. When I submit a form via POST and then go back from the results page, my form has been cleared, i.e.., as if the page has bee