Hi there,
I have installed the latest Windows binary of PHP on my Windows system, with Sambar server.
It all works fine, EXCEPT for one thing - I can't pass URL-line variables.
If I call the script "test.php?name=Matt" for example, and the script is...
<?php
print "name is: $name";
?>
.... it just outputs
name is:
I have checked all posts, all settings, I don't know what to do next !
Please help if you can.
Thanks a bundle.
Matt