[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'
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
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 eyes open reading all the material I can, and I
understand the security implications of
3 matches
Mail list logo