Re: [PHP] php 5.04 register_globals aint acting right.

2005-08-19 Thread Richard Lynch
On Fri, August 19, 2005 2:14 am, Jochem Maas wrote: > true. I was just pointing out how easy it is to 'fake' > register_globals > personally all my code currently runs this on init - because I don't > like reg.globals at all: > > function unRegisterGlobals() > { > if (ini_get('register_globals

Re: [PHP] php 5.04 register_globals aint acting right.

2005-08-19 Thread Jochem Maas
Richard Lynch wrote: On Wed, August 17, 2005 5:21 am, Jochem Maas wrote: Daniel Baughman wrote: Its simply a Boolean to indicate whether or not a query should be ran and displayed, and further more its for a small intranet. If it's that small a project/program, it should not be that tricky

Re: [PHP] php 5.04 register_globals aint acting right.

2005-08-18 Thread Richard Lynch
On Wed, August 17, 2005 5:21 am, Jochem Maas wrote: > Daniel Baughman wrote: >> Its simply a Boolean to indicate whether or not a query should be >> ran and >> displayed, and further more its for a small intranet. If it's that small a project/program, it should not be that tricky to find the varia

Re: [PHP] php 5.04 register_globals aint acting right.

2005-08-17 Thread Jochem Maas
-Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 7:27 AM To: Daniel Baughman Cc: php-general@lists.php.net Subject: Re: [PHP] php 5.04 register_globals aint acting right. Daniel Baughman wrote: I have register globals enabled

RE: [PHP] php 5.04 register_globals aint acting right.

2005-08-16 Thread Daniel Baughman
viour.. but was wondering if anyone else ran into these issues. -Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 7:27 AM To: Daniel Baughman Cc: php-general@lists.php.net Subject: Re: [PHP] php 5.04 register_globals aint acting right. Daniel

Re: [PHP] php 5.04 register_globals aint acting right.

2005-08-16 Thread Jochem Maas
Daniel Baughman wrote: I have register globals enabled, or set to “On”. Isn’t this suppose to take all of the $_POST variables and $_GET variables and make initialize them by name? register_globals should do that. but not "register globals", regardless is a shitty setting.

[PHP] php 5.04 register_globals aint acting right.

2005-08-16 Thread Daniel Baughman
                 I have register globals enabled, or set to “On”. Isn’t this suppose to take all of the $_POST variables and $_GET variables and make initialize them by name? i.e. $_POST[‘runquery’] will be accessible via simply $runquery ??   Dan Baughman IT Technician Professional Bull Rid