get querystring?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lmh85
Forum Commoner
Posts: 49
Joined: Sat Oct 28, 2006 10:49 am

get querystring?

Post 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..
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

$_SERVER['QUERY_STRING']?
Post Reply