[PHP-WIN] Re: error with variables after php 4.1.1 (but not priors)

2004-01-27 Thread DvDmanDT
while(list($tmp1,$tmp2)=each($_REQUEST))$$tmp1=$tmp2; Include at the top of all your documents, and it should work... The reason is the register_globals defaults to off last years or so, which it says in the FAQ and in the manual, as well as in the mailing list archives, which you must have ignore

[PHP-WIN] Re: error with variables after php 4.1.1 (but not priors)

2004-01-27 Thread Yang Li Ke
I have the same error on a PHP Version 4.3.4 Can anyone give a solution ? -- "Josep" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I was using PHP 4.1.1 for windows without any problem. But I can't put a > newer version into my server. > In versions after PHP 4.1.1 if