Hi
I have installed both Mandrake 9.1 and Red Hat 9 on two seperate machines.
During installation I selected both PHP and Apache.
When I try and execute a php script on either machines they work but dont read anything sent to them for example.
If I had a script that printed the variable test and executed by
http://127.0.0.1/script.php?test=test
The page would not show test, but instead blank.
PHP is working because I can write a script to query MySQL and print all records. But it is just this one thing not working.
I am not sure what it is?
Any help?
Regards
Mike