[PHP] page expires

2002-10-07 Thread Wilbert Enserink
Hi all I'm using a lot of php in my website. Especially forms. but Aftre a form submit I get this message from IE that the page is expired and I have to push Refresh. Does anybody know why this is happening and is there a way to avoid this message?? thx. Wilbert Warning: Page has Expired

RE: [PHP] page expires

2002-10-07 Thread Timothy J Hitchens
You have posted data from a previous page into this page.. FORM Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message- From: Wilbert Enserink [mailto:[EMAIL PROTECTED]] Sent: Monday, 7 October 2002 5:48 PM To: [EMAIL PROTECTED] Subject: [PHP] page

Re: [PHP] page expires

2002-10-07 Thread Justin French
It's a browser issue, not a PHP issue to the best of my knowledge. Justin on 07/10/02 5:47 PM, Wilbert Enserink ([EMAIL PROTECTED]) wrote: Hi all I'm using a lot of php in my website. Especially forms. but Aftre a form submit I get this message from IE that the page is expired and I

RE: [PHP] page expires

2002-10-07 Thread John W. Holmes
Use GET instead of POST. It's a browser issue and it's been discussed on here plenty of times. Do a search. ---John Holmes... -Original Message- From: Wilbert Enserink [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 3:48 AM To: [EMAIL PROTECTED] Subject: [PHP] page