How do we submit form data without a Sumbit button?

Options
- Using header() function
- Using Javascript
- Using fdf_set_submit_form_action() fucntion
- Both a and b above


CORRECT ANSWER : Both a and b above

Discussion Board
php

final exam in php

mustafe omer 05-28-2015 03:56 AM

Submit form data.

Answer : Using JavaScript.



Jayesh Sonar 02-10-2015 02:31 AM

php

It is very helpful.

Mir sadrul 11-25-2014 10:55 AM

submit form without submit button

It is not possible to submit form by php header(), only possible it in one condition that is we pass all fields via url re-writing using header(). But its not proper way to submit the form. But what happen when data is to large? It can not be pass by url so only one answer is correct that is javascript.

nipul 02-17-2014 01:19 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement