it is possible to by pass the submit button without clicking? ex.
request_in.php
Code: Select all
<FORM METHOD = "POST" ACTION = "request.php">
?
?
?
?
<input type = "submit" value = "<?php header('Location:request_in.php');?>">
</FORM>