Re: [PHP] QUERY_STRING from command line

2004-09-22 Thread raditha dissanayake
Rajesh Batchu wrote: Hi, I am working on a php script which is accessed as below http://10.10.10.10/pageone.php?hellohowareyou in the pageone.php i am accessing the variable $_SERVER["QUERY_STRING" and i am getting the proper "hellohowareyou" as value. All these days i was accessing this over the

[PHP] QUERY_STRING from command line

2004-09-21 Thread Rajesh Batchu
Hi, I am working on a php script which is accessed as below http://10.10.10.10/pageone.php?hellohowareyou in the pageone.php i am accessing the variable $_SERVER["QUERY_STRING" and i am getting the proper "hellohowareyou" as value. All these days i was accessing this over the browser. But