I've developed a website for a client on my development server, and pushed it to the production server. On both sites, the URL is something like http://www.siteurl.com/blogs/?m=09&y=2012
On the development server, if I var_dump($_GET), I get the values I expect.
On the production server, if I var_dump($_GET), I get an empty array.
I'd post the phpinfo() if it helps, I don't even know what settings could possibly cause this.
Thanks.
&, rather than&, which might affect the interpretation.