Hi guys,
not quite sure whether this is an Apache setting problem or PHP, but I hoped
I would find soebody who can help me with this one.
Since updating PHP on my machine to php 4.33 (on Apache HTTP Server Version
1.33) my server does not seem to recognize URL string variables anymore.
If I call a file with the URL
http://127.0.0.1/test.php?numberOne=12 which
holds a very simple script:
<?php
print("$numberOne");
?>
The result is an empty screen. I tested older files that used to work fine
and noticed that this is a global problem for all my sites since updating my
server software.
Did anybody have this problem before? Is it an Apache setting or a PHP
problem?
Thanks for the help!