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 is a collection in php?
What PHP stands for?
Which operator is used to combine string values in php?
Is php an array?
Tell me which programming language does php resemble to?
How escape single quotes php?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
Is empty function c++?
Is server side a session?
What is difference between get and post in php?
How is a constant defined in a PHP script?
Write down the code for save an uploaded file using php?
Define metaphone()?
What is php rest api?
What is Mcrypt used for?