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


Please Help Members By Posting Answers For Below Questions

Can we use php variable in javascript?

532


Code to open file download dialog in PHP?

550


what is session_set_save_handler in PHP?

612


Explain the advantages of using PHP?

553


What is the difference between php and javascript?

562






Can I learn php in a month?

518


Is overloading possible in php?

520


Explain mail function in PHP with syntax?

561


So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?

554


How do you remove duplicates from an array?

660


What is $_ server request_method == post?

538


What is http get and post?

535


What is list function with their uses.

533


Why overriding is called runtime polymorphism?

522


Why is used in php?

528