Page 1 of 1

get querystring?

Posted: Mon Nov 06, 2006 5:02 am
by lmh85
sorry, i have to migrate my stuffs over to a IIS when i'm using apache.. currently, i need to get querystring from the URL.. but i tried $_REQUEST, $_GET, and even just the variable name.. I can't get any.. anyone ? currently using php/apache/mysql but migrating over to php/IIS/mysql..

Please help!!! :( i'm dying..

Posted: Mon Nov 06, 2006 6:22 am
by feyd
$_SERVER['QUERY_STRING']?