Forum Moderators: coopster
The manual is very simple to use and a absolute goldmine of usefull information ;)
Nick
e.g. <a href="getimage.php?name=123.jpg"> and when the user clicks this link, the getimage.php script is able to get the parameter off the link line...
If you really want the whole query string, which in the example above would be "variablename=value" (NOT just "value"!), you can use getenv($QUERY_STRING), or just $QUERY_STRING, depending on your settings.