RE: [PHP] Pages refresh on submission on RedHat Server - POST problem

2003-03-06 Thread Barajas, Arturo
Sent: Jueves, 06 de Marzo de 2003 01:02 p.m. > To: Barajas, Arturo > Subject: RE: [PHP] Pages refresh on submission on RedHat Server - POST > problem > > > Tried using a hidden field named form_submitted with a value Y. Even > checking for that does not help. Checked the

Re: [PHP] Pages refresh on submission on RedHat Server - POST problem

2003-03-06 Thread Arijit Chaudhuri
> You wouldn't by chance be using $PHP_SELF as the action field of the form? I am - though not by using $PHP_SELF but using the same file name in action - holds for all my files. Any way to get around it? Have not got this problem on any other server earlier. Thanks, Arijit "Kevin Stone" <[EMA

Re: [PHP] Pages refresh on submission on RedHat Server - POST problem

2003-03-06 Thread Arijit Chaudhuri
> You wouldn't by chance be using $PHP_SELF as the action field of the form? I am - though not by using $PHP_SELF but using the same file name in action - holds for all my files. Any way to get around it? Have not got this problem on any other server earlier. Thanks, Arijit "Kevin Stone" <[EMA

RE: [PHP] Pages refresh on submission on RedHat Server - POST problem

2003-03-06 Thread Barajas, Arturo
Arijit, Are you clicking on the button or pressing on a field to send the data? AFAIK, if you click, it will set the var. If you just press , it will submit the form, but won't set the var. I personally use a hidden var, and I check for that one. HTH. -- Un gran saludo/Big regards... Artur