RE: [PHP] GET POST Problem

2002-10-01 Thread Francisco Vaucher
Francisco M. Vaucher Departamento IT Tyco / ADT Security Services Buenos Aires - Argentina mailto:[EMAIL PROTECTED] -Mensaje original- De: Matt Schroebel [mailto:[EMAIL PROTECTED]] Enviado el: martes, 01 de octubre de 2002 8:42 Para: Francisco Vaucher Asunto: RE: [PHP] GET POST Problem I

RE: [PHP] GET POST Problem

2002-10-01 Thread John W. Holmes
This question comes up a lot. It's a browser setting, if I remember right. IE decides it will not repost the data for you, so the page isn't rendered. You could use the GET method in your forms and this won't happen. ---John Holmes... -Original Message- From: Francisco Vaucher

Re: [PHP] GET - POST problem

2002-09-30 Thread Kevin Stone
I can think of at least two solutions... 1) Open the item queries in a new window (target=_new) leaving the list page open and unmodified. 2) Send NoCache headers and use a PHP session or cookie to store the Form data and resubmit when the back button is pressed. -Kevin - Original Message

RE: [PHP] GET - POST problem

2002-09-30 Thread Francisco Vaucher
- Argentina mailto:[EMAIL PROTECTED] -Mensaje original- De: Kevin Stone [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 30 de septiembre de 2002 17:45 Para: Francisco Vaucher; [EMAIL PROTECTED] Asunto: Re: [PHP] GET - POST problem I can think of at least two solutions... 1) Open the item