RE: [PHP] Re: 4.0.2 => 4.2.3, form vars are empty?

2002-09-30 Thread Ford, Mike [LSS]
> -Original Message- > From: Pekka Saarinen [mailto:[EMAIL PROTECTED]] > Sent: 28 September 2002 10:14 > > For commonly used $PHP_SELF I use this: > > if (isset($_SERVER)) $PHP_SELF = $_SERVER['PHP_SELF']; > $scriptname = basename($PHP_SELF); What's wrong with $HTTP_SERVER_VARS['PHP_SEL

RE: [PHP] Re: 4.0.2 => 4.2.3, form vars are empty?

2002-09-28 Thread Pekka Saarinen
At 9/27/2002, you wrote: >Erwin scribbled; > > > > Qmail List wrote: > >> Hello List, > >> > >> I'm putting a php app that has been off-line for about 18 months back > >> on-line. During my absence from php I had heard about some security > >> issues, so figured I'd try

RE: [PHP] Re: 4.0.2 => 4.2.3, form vars are empty?

2002-09-27 Thread Jesse Cablek
Erwin scribbled; > > Qmail List wrote: >> Hello List, >> >> I'm putting a php app that has been off-line for about 18 months back >> on-line. During my absence from php I had heard about some security >> issues, so figured I'd try the latest 4.2.3 release. >> >> Sessi

[PHP] Re: 4.0.2 => 4.2.3, form vars are empty?

2002-09-27 Thread Erwin
Qmail List wrote: > Hello List, > > I'm putting a php app that has been off-line for about 18 months back > on-line. During my absence from php I had heard about some security > issues, so figured I'd try the latest 4.2.3 release. > > Sessions and the DB are fine, but GET/POST vars are continual