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
Why php is sometimes called as embedded scripting language?
How does firefox manage cookies?
What are the rules to declare a php variables?
Tell me what does $_env means?
How to remove the new line character from the end of a text line in php?
Which function would you use to format date information in php?
How can we execute a php script using command line?
What is the content of /etc directory?
Does php need to be installed?
How can you declare a constant variable in php?
Does php has a future?
What is serialization in php?
How can we check the value of a given variable is a number?
How come the code works, but doesn’t for two-dimensional array of mine?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?