Hello
I have a strange problem. I cannot pass any variables to another page. Scripts which are working under unix aren't working under windows.
$QUERY_STRING is empty when I try test.php3?bla=fasel&foo=bar.
And $bla is empty and $foo is empty.
Even $HTTP_SERVER_VARS[0] is empty.
PHPINFO() However gets the right $QUERY_STRING.
Does anyone else know this problem ? Or even better a solution ?
Some info from PHPINFO():
- PHP Version 4.0.4pl1
- Apache/1.3.14 (Win32) PHP/4.0.4pl1
I run this only on my local machine.
And phpMyAdmin does not work either. Whenever I choose a database and try to perform a task it says 'No database selected'.
But I guess this problem is a result of the other problem.
Can anyone help me ?
Bye
Christoph