Re: Fw: [PHP-WIN] Back button error

2003-07-18 Thread Luis Ferro
They are much diferent... Get has a limit of about 2k of content that can be sent thru... and there are things that are impossible to do with get, like sending files (which uses a "special" kind of post). Get has also the problem that the form you sent will be present on the address box of the

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

SV: [PHP-WIN] Back button error

2003-07-15 Thread Henrik Hornemann
IL PROTECTED] > Emne: Fw: [PHP-WIN] Back button error > > > 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 cre

Fw: [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-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
;Harpreet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 7:55 PM Subject: [PHP-WIN] Back button error > I am getting the following error when i use the IE back button. > > Warning: Page has Expired The page you requested was created using > infor

[PHP-WIN] Back button error

2003-06-16 Thread Harpreet
I am getting the following error when i use the IE back button. 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 precaution, Internet Explorer does not automatically resubmit your information fo