Hi,
I hope there is someone who can help me.
I just installed binary version of PHP 4.2.3 on a Win 2k system with web server Apache 1.3.26.
A URL reference, when passed from a php script to another, forgot its value.
I will give you an example:
I have a php variabile $uid whose value is passed from a php script by an URL string:
http://www.mywebserver.com/home/script1.php?uid=76
and the string above is what I see in my Browser.
But when the script1.php run the line
<?php
echo "uid = " .$uid;
?>
the browser displays a null value instead of 76.
The scripts worked well with PHP 4.1.2, same web server and same OS.
I think also php.ini had same settings, but i am not sure.