How can we submit a form without a submit button?
Answer Posted / patahul abas
<a href="<?php echo $_SERVER['PHP_SELF']; ?>">POST IT</a>
Or you can do this
<a href="abc.asp">POST IT</a>
Or
<a href="abc.php">POST IT</a>
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How is it possible to parse a configuration file?
What is mysql_fetch_object?
What are some of the advanced features of php?
What is csrf token and why it is required?
What is php full form?
Which is used to maintain the value of a variable over different pages?
What is $_ env in php?
What are regular expressions in programming?
What is htaccess? Why do we use this and where?
What is xss in php?
Tell me what is the default session time in php?
How to concatenate two strings together in php?
Tell me how the result set of mysql be handled in php?
How to get the length of string?
What are the advantages of php?