Top "Query-string" questions

The part of a URL after the ? (question mark), containing parameter=value pairs separated by & (ampersand).

Access query string values from Laravel

Does anyone know if it's possible to make use of URL query's within Laravel. Example I have the following route: …

php laravel laravel-4 query-string laravel-routing
How to efficiently remove a query string by Key from a Url?

How to remove a query string by Key from a Url? I have the below method which works fine but …

c# .net regex url query-string
Objective-C: How to add query parameter to NSURL?

Let's say I have an NSURL? Whether or not it already has an empty query string, how do I add …

objective-c query-string nsurl
Accessing the query string in ASP.Net Web Api?

I'm using the default template generated by Asp.net Web Api. I'm working with the Get() Part: // GET api/values …

routing query-string asp.net-web-api
Checking for null and missing query string parameters in PHP

I want to be able to distinguish between existing query string parameters set to null, and missing parameters. So the …

php request query-string querystringparameter
What happens if the action field in a <form> has parameters?

Is there a well-supported, common behavior that I can expect if I do something like this in HTML: <form …

html forms query-string
Simply encrypt a string in C

I'm trying to encrypt a query string on a game I'm making when opening a url. It doesn't have to …

c encryption query-string cstring
Lucene Query String Elasticsearch "less than or equal to"[URI Search]

On so many websites they teach how to query data from Elasticsearch using range query. I would like to query …

elasticsearch query-string
node.js with express how to remove the query string from the url

I have a button that is performing a get to my page and adding a filter to the query string. …

node.js express query-string
Why is "&reg" being rendered as "®" without the bounding semicolon

I've been running into a problem that was revealed through our Google adwords-driven marketing campaign. One of the standard parameters …

html query-string