atr75
02-27-2003, 06:43 PM
I have Apache and PHP4 running on my WinXP machine. Everything works fine:
web pages are served and php scripts are executed correctly. However I have
run into one small problem. Passing arguments to scripts using queries in
the URL (e.g. index.php?id=test) doesn't seem to work. The example I mention
yields an empty &id variable in index.php instead of $id with value 'test'.
Is there anything I need to configure in Apache to enable this? I have been
combing through the manial, but have not been able to find anything.
Help!
Alberto Tobias
web pages are served and php scripts are executed correctly. However I have
run into one small problem. Passing arguments to scripts using queries in
the URL (e.g. index.php?id=test) doesn't seem to work. The example I mention
yields an empty &id variable in index.php instead of $id with value 'test'.
Is there anything I need to configure in Apache to enable this? I have been
combing through the manial, but have not been able to find anything.
Help!
Alberto Tobias