/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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>