/ Published in: PHP
Expand |
Embed | Plain Text
form id="solarrechner" name="solarrechner" action="index.php" method="POST"> <?php foreach($_POST as $key => $value) { echo ' <input type="hidden" name="' . $key . '" value="' . $value . '"> '; } ?> </form>
You need to login to post a comment.
