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
What are the design patterns in php?
What are default session time and path?
Is php faster than python?
Do you know what is the difference between the include() and require() functions?
explain php variable length argument function.
How does csrf token work?
Explain mail function in PHP with syntax?
Where can I learn php?
What is difference between mysql_connect and mysqli_connect?
Explain what is the difference between $var and $$var?
What is difference between require_once(), require(), include()?
How to create a directory?
How do you access a get requests url parameter with php?
What is the delimiter default in PHP?
Write a program to swap two numbers using php.