SyntaxFix
Write A Post
Hire A Developer
Questions
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("<input type='hidden' name='$key' value='$value'/>"); }