globals don't don't persist between requests
Tomas Kubis wrote:
Hello,
I have big problem. I upgraded PHP from 4.1.2 to 4.2.3 and my scripts with
doesn´t work. Please help me!
in php.info register globals=On
For example I have one script:
first.php
global $a;
$a=150;
Header("Location: second.p
Hello,
I have big problem. I upgraded PHP from 4.1.2 to 4.2.3 and my scripts with
doesn´t work. Please help me!
in php.info register globals=On
For example I have one script:
first.php
second.php
Where I have a bug?
Thank you very much
Tomas Kubis
--
PHP General Mailing List (http://ww
2 matches
Mail list logo