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 to get the total number of values in an array?
What does echo mean in php?
Does php class need constructor?
How to declare an array in php?
How to set session.gc_divisor properly?
How can we calculate the similarity between two strings?
Does php support function overloading?
Tell me how to find current date and time?
Which php framework is best for beginners?
What is meant by ‘passing the variable by value and reference' in php?
Why we use get in php?
How do I run php?
Do loops php?
Explain the importance of the function htmlentities.
How many different types of messages available in php?