Consider this form:
What you can do is using a simple foreach on the table containing the GET information. For example in php :
foreach ($_GET as $key => $value) { echo(""); }