/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php foreach($_POST as $key=>$value){ if ($key!="submit"){ $value=htmlentities(stripslashes(strip_tags($value ))); echo "t<input type="hidden" name="$key" value="$value">n"; } } ?>