What code to catch end of url query?

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
hbnmgr
Forum Newbie
Posts: 13
Joined: Mon Mar 07, 2005 8:22 pm

What code to catch end of url query?

Post by hbnmgr »

Trying to determine what PHP Code will catch the query at the end of an URL.

For example;

http://www.mydomain.com/index.html?userid


Any idea?

Thanks!
SRR/arr
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'] I believe.
Post Reply