PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $t7=["test1","test2"]; for($i=0;$i<count($t7);$i++) { $r=$t7[$i]; echo '<form id="'.$i.'" action="file2.php" method="POST">',"\n"; echo '<input type="hidden" name="stream" value="'.($r).'">',"\n"; echo '<input type="hidden" name="number" value="7">',"\n"; echo '</form>',"\n"; echo '<script>document.getElementById("'.$i.'").submit();</script>',"\n"; }
Show:  
Copy Clear