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 long will it take to learn php?
What is the different between count() and sizeof() in php?
What is the difference between file_get_contents() and file_put_contents() in php?
What is the difference between myisam and innodb?
Can I learn laravel without php?
What are the 5 types of variables?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What is php data type?
What are the Advantages and Application Areas of PHP?
What are the benefits of using queries?
How can we change the value of a constant?
What is apache and php?
How do I repair phpmyadmin?
Why do we use hooks?
Explain what is smarty?