[PHP] Re: shouldn't $_SERVER['PHP_SELF'] include the get info?

2002-09-26 Thread Noodle Snacks
"Erwin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Noodle Snacks wrote: > > "Erwin" <[EMAIL PROTECTED]> wrote in message > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >> Noodle Snacks wrote: > > > > [snipped] > > > >> > >> It is supposed to be like th

[PHP] Re: shouldn't $_SERVER['PHP_SELF'] include the get info?

2002-09-26 Thread Erwin
Noodle Snacks wrote: > "Erwin" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> Noodle Snacks wrote: > > [snipped] > >> >> It is supposed to be like that...the PHP_SELF points to this file, >> and the filename has no arguments, thus the PHP_SELF variable don't

[PHP] Re: shouldn't $_SERVER['PHP_SELF'] include the get info?

2002-09-26 Thread Noodle Snacks
"Erwin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Noodle Snacks wrote: [snipped] > > It is supposed to be like that...the PHP_SELF points to this file, and the > filename has no arguments, thus the PHP_SELF variable don't have them > either. > > You wil

[PHP] Re: shouldn't $_SERVER['PHP_SELF'] include the get info?

2002-09-26 Thread Erwin
Noodle Snacks wrote: > I was using a redirect using $_SERVER['PHP_SELF'] from the previous > page (a login for a site) and it didn't include this from the url: ?aid=12. > > shouldn't it? It caused a SQL error. (which I have included a catch > for so the error will be friendly) > > instead of the v