Re: [PHP-WIN] Back button error

2003-07-15 Thread Cristian MARIN
The Get method is less secure because it will encode all the vars into the URL so after the submit your link will look like this: http://www.mysite.com/formresponse.php?id=3&name=Gigi&firstname=alexandru Do not submit in this way the forms containing very important data like username, passwords, o

Re: [PHP-WIN] Back button error

2003-07-14 Thread Harpreet
Cristian, You said by using the method in a form as Get in place of Post it allows me to use the back button without getting the error message: Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security

Re: [PHP-WIN] Back button error

2003-06-17 Thread Cristian MARIN
"Harpreet" <[EMAIL PROTECTED]> > > Cc: "Windows Helplist (PHP)" <[EMAIL PROTECTED]> > > Sent: Monday, June 16, 2003 2:52 PM > > Subject: Re: [PHP-WIN] Back button error > > > > > > > Its a feature of IE. It stops you going backwa

Re: [PHP-WIN] Back button error

2003-06-17 Thread Cristian MARIN
gt; > > > Regards, > > > Harpreet > > > - Original Message - > > > From: "Stephen" <[EMAIL PROTECTED]> > > > To: "Harpreet" <[EMAIL PROTECTED]> > > > Cc: "Windows Helplist (PHP)" <[EMAIL PR

Re: [PHP-WIN] Back button error

2003-06-17 Thread Stephen
be able to go back and forward between the pages without any problems. More of a work around than a solution... Good Luck Stephen - Original Message - From: "Harpreet" <[EMAIL PROTECTED]> To: "Windows Helplist (PHP)" <[EMAIL PROTECTED]> Sent: Tuesday, June 1

Re: [PHP-WIN] Back button error

2003-06-17 Thread Harpreet
: "Harpreet" <[EMAIL PROTECTED]> To: "Windows Helplist (PHP)" <[EMAIL PROTECTED]> Sent: Tuesday, June 17, 2003 12:58 PM Subject: Re: [PHP-WIN] Back button error > I tried a manual back button > > > > > > > and also session_cache

Re: [PHP-WIN] Back button error

2003-06-17 Thread Harpreet
t (PHP)" <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 2:52 PM Subject: Re: [PHP-WIN] Back button error > Its a feature of IE. It stops you going backwards to a page which was > generated when you sent form data to it. There is no way around this, so you > will need to fi

Re: [PHP-WIN] Back button error

2003-06-16 Thread Stephen
Its a feature of IE. It stops you going backwards to a page which was generated when you sent form data to it. There is no way around this, so you will need to find a way around your problem (A manual "<-- Go Back" link perhaps?) Stephen - Original Message - From: "Harpreet" <[EMAIL PROT