QUERY_STRING question...

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
User avatar
Alex-Grim
Forum Newbie
Posts: 17
Joined: Mon Dec 26, 2005 10:56 pm
Location: Hell's Gate

QUERY_STRING question...

Post by Alex-Grim »

I know that requesting the querystring will return the whole querystring, but i saw the querystringGet function, and it seems to imply that you can specify a string/key request so that you can get the value you want, without have to do an indexof or split function.

My question is what is the proper syntax for that? It does not give an example of the syntax, and i've tried a few different ways, to no avail.
Thanx
User avatar
Alex-Grim
Forum Newbie
Posts: 17
Joined: Mon Dec 26, 2005 10:56 pm
Location: Hell's Gate

Post by Alex-Grim »

Nevermind, it's: $_GET['queryStringKey']
Sorry, wasted a thread, but hopefully someone else can learn from it.
Post Reply