Using URLS to Fill in Form Fields
I am sure there is a name for this, but I don't know what it is. I have a PHP form that I am using on my forums and I have a text box called $who, and I want to be able to have the URL of the script as "script.php?who=Username" and have that automatically fill in the text box with 'Username'.
Does anyone know the best way to go about doing this?
|