I have apache 1.3.27, and php 4.2.3 on a windows xp pro box. I installed php fine and it works fine, except for this:
php docs are processed alright, except when I have a link with variables, like:
file.php?name=Bob
the ?name=bob part never is sent. I uploaded this to my actual server and the link works fine, sending the variable $name to the file.php. But on my comp $name shows up having no value.
It's like I need to setup something in my php config to allow url variables like that,
got any ideas?