Re: [PHP] Cannot read variables

2006-06-06 Thread Richard Lynch
On Tue, June 6, 2006 2:36 am, William Stokes wrote: > I just set up a test box for PHP/MySQL on a WinXP box and now I'm > having > trouble with variables passed to browser from a link. > > For example I have a link that outputs this: > http://localhost/index.php?team=CF10b. Now the CF10b cannot be

Re: [PHP] Cannot read variables

2006-06-06 Thread Jochem Maas
Adam Zey wrote: ... >>> >>> http://www.otton.org/ > > Turn off register globals. Now. It is a HUGE security hole. it is NOT by definition a security hole - the problem arises from scripts that don't bother to initialize all their variable before using them, which allows blackhats to possibly i

Re: [PHP] Cannot read variables

2006-06-06 Thread Adam Zey
William Stokes wrote: Yess! Wrong ini file... There seems to be 3 of them on the same PC for some reason? -W "David Otton" <[EMAIL PROTECTED]> kirjoitti viestissä:[EMAIL PROTECTED] On Tue, 6 Jun 2006 10:36:12 +0300, you wrote: I just set up a test box for PHP/MySQL on a WinXP box and now

Re: [PHP] Cannot read variables

2006-06-06 Thread William Stokes
Yess! Wrong ini file... There seems to be 3 of them on the same PC for some reason? -W "David Otton" <[EMAIL PROTECTED]> kirjoitti viestissä:[EMAIL PROTECTED] > On Tue, 6 Jun 2006 10:36:12 +0300, you wrote: > >>I just set up a test box for PHP/MySQL on a WinXP box and now I'm having >>trouble

Re: [PHP] Cannot read variables

2006-06-06 Thread David Otton
On Tue, 6 Jun 2006 10:36:12 +0300, you wrote: >I just set up a test box for PHP/MySQL on a WinXP box and now I'm having >trouble with variables passed to browser from a link. > >For example I have a link that outputs this: >http://localhost/index.php?team=CF10b. Now the CF10b cannot be user in