This is my problem.

I have a url like this: test.php?myVar=Test

---- test.php -----
...
echo "$myVar";
...
----------------------

That should print out Test. But it does not.
I can not get any of my variables pasted in from a url to work.
I think there might some kind of php config file I need to mess with but I don't know what it would be. This is probably an older php 4 version on a windows box, running apache for windows...

If anyone knows what might be going on here I would appriciate the help.

Thanx,
Brandito

ps: I posted this q a few dayz ago but it must have been deleted or something 'cause I can't find it.