I'm looking for a way to take data from a URL, and then insert it into a HTML form.
For example, the URL is http://www.domain.com/help.php?username
The file help.php contains a HTML form, and I want take the username and set it as the default value for an input tag.