Re: [PHP] HTTP request parameters do not populate variables

2004-02-01 Thread BAO RuiXian
Slava Zinkovski wrote: [snip...] I run it with URL like this http://localhost/myApp/test.php?param=qqq: I expect it to print 'param=qqq' string, though it does not! :((( Here is the output: Array ( [param] => qqq ) Notice: Undefined variable: param in d:\phptest\test.php on line 4 pa

[PHP] HTTP request parameters do not populate variables

2004-02-01 Thread Slava Zinkovski
Hi, everybody! I've just installed PHP on my workstation and it seems as I have some trouble. The simplest code does not work! Here it is: I run it with URL like this http://localhost/myApp/test.php?param=qqq: I expect it to print 'param=qqq' string, though it does not! :((( Here is the output: