purpose of having the new
"superglobals")
Jaime Bozza
-Original Message-
From: Kurth Bemis (List Monkey) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 9:59 AM
To: Michael Hall
Cc: PHP List
Subject: Re: [PHP] Post 4.1.0 PHP
At 11:35 PM 5/30/2002 +0930, Michael Hall wrot
At 11:35 PM 5/30/2002 +0930, Michael Hall wrote:
When I asked I got this response.
$types_to_register = array('GET','POST','COOKIE','SESSION','SERVER');
foreach ($types_to_register as $type) {
$arr = @${'HTTP_' . $type . '_VARS'};
if (@count($arr) > 0) {
extract($arr, EXTR_OV
Search back in the archive about 3-4 weeks ago, there was some talks on
this matter
Michael Hall wrote:
>I've been using PHP 4.0.1 for ages now, and have decided to upgrade one of
>my machines to 4.2.1 and get used to working under the new security
>arrangements.
>
>I understand that older
I've been using PHP 4.0.1 for ages now, and have decided to upgrade one of
my machines to 4.2.1 and get used to working under the new security
arrangements.
I understand that older scripts are fully compatible with 4.1.0+, or can
be made
so with minimal fuss. I am assuming that scripts written u
4 matches
Mail list logo