Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use that ”?” in a URL?

Status
Not open for further replies.
everything after the ? is a query string, normally for a server-side parsed variable: used by asp / jsp / php / cfm / etc.

<marc> i wonder what will happen if i press this...[ul][li]please tell us if our suggestion has helped[/li][li]need some help? faq581-3339[/li][/ul]
 
To put it another way...

the bit that comes after the "?" passes information to a script on the receiving page.
It might, for example pass the id of a record in a "products" database so the page displays info about a specific product.
 
Any tip how to grep the args. in my ASP.NET prog?

APe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top