| “That's the problem with eternity; there's no telling when it will end.” Tom Stoppard | |||||||||
![]() |
|||||||||
“a resource for web developers...” |
|||||||||
Up to JavaScript: Extras overview page
The 'get' query string is the value or the name and value pair(s) after the question mark (?) in a URI. Also known as the get parameters. Example: http://www.justfigures.co.uk/snippet.php?query_string or: http://www.justfigures.co.uk/snippet.php?value=query_string
Unescaping the query string and removing the name '?value=' to leave the parameter value only.
View above example in a new window
Copyright © 2006-2012 justfigures.co.uk