RE: [PHP] Good Practice: Variables, Error Reporting and Security

2002-10-04 Thread Jay Blanchard
[snip] I made one. Here: // Alter variables for the versions prior to 4.1.0 // NOTE: $_REQUEST global variable is NOT supported. if(strnatcasecmp('4.1.0', PHP_VERSION)>=0) { foreach(Array( '_GET' => 'HTTP_GET_VARS'

Re: [PHP] Good Practice: Variables, Error Reporting and Security

2002-10-04 Thread Maxim Maletsky
On Fri, 4 Oct 2002 20:50:32 +1000 Adam Royle <[EMAIL PROTECTED]> wrote: > Hi All, > > I have been a subscriber of php-db for quite some time, and I have seen > MANY ppl ask why their variables aren't being passed though, etc, due > to register_globals, etc, blah blah blah > > I have kept my