If I have a form with one input in it (a text field), but I want it to provide more arguments in the link than just the ones provided by the field, how can I do it?
For example, the one field might make the link: website.com/phpscript.php?key=value
I want it to say: website.com/phpscript.php?key1=value1&key2=value2
website.com/phpscript.php?key1=value1&key2=value2
etc..
For example, the one field might make the link: website.com/phpscript.php?key=value
I want it to say: website.com/phpscript.php?key1=value1&key2=value2
website.com/phpscript.php?key1=value1&key2=value2
etc..