Re: [PHP] getting query string from referer website

2004-06-28 Thread Curt Zirzow
* Thus wrote I.A. Gray: > Hi all, > > When I use the $_SERVER to get a query string it doesn't ever seem to return > me anything: > > $queryy = $_SERVER['QUERY_STRING']; > > In my webstats script, 790 are blank and 2 give the value of "loc=uk" and > "currentID=6" - not very satisfactuary! > > W

[PHP] getting query string from referer website

2004-06-28 Thread I.A. Gray
Hi all, When I use the $_SERVER to get a query string it doesn't ever seem to return me anything: $queryy = $_SERVER['QUERY_STRING']; In my webstats script, 790 are blank and 2 give the value of "loc=uk" and "currentID=6" - not very satisfactuary! Why is this happening? Could I get the search

[PHP] getting query string from referer website

2004-06-28 Thread I.A. Gray
Hi all, When I use the $_SERVER to get a query string it doesn't ever seem to return me anything: $queryy = $_SERVER['QUERY_STRING']; In my webstats script, 790 are blank and 2 give the value of "loc=uk" and "currentID=6" - not very satisfactuary! Why is this happening? Could I get the search