Re: [PHP] cacheing problem

2004-10-17 Thread Sagar C Nannapaneni
ld" <[EMAIL PROTECTED]>; "php php" <[EMAIL PROTECTED]> Sent: Monday, October 18, 2004 7:59 AM Subject: Re: [PHP] cacheing problem > Hi, > I dont really have a problem in converting from POST > to GET but the html FILE box does not post its > variables if it is

Re: [PHP] cacheing problem

2004-10-17 Thread Mag
Hi, I dont really have a problem in converting from POST to GET but the html FILE box does not post its variables if it is not in POST eg: if you do a submit with $_GET the $_FILES array will be "" or not existant How to pass that? Thanks, Mag --- Greg Donald <[EMAIL PROTECTED]> wrote: > On

Re: [PHP] cacheing problem

2004-10-17 Thread Greg Donald
On Sun, 17 Oct 2004 17:16:09 -0700 (PDT), Mag <[EMAIL PROTECTED]> wrote: > Warning: Page has Expired You can use the GET method instead of POST in your form if that's appropriate. -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General Mailing List