by pass the submit button without clicking?[SOLVE]
Posted: Thu Aug 16, 2012 12:42 am
Hi all,
it is possible to by pass the submit button without clicking? ex.
request_in.php
all i need is to link into request.php without clicking submit? but before that i have a page if where i click to pass by request_in.php and any suggestions if it is possible?
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>