Submit without Submit Button

Is it possible to submit form without submit button in PHP?

Showing Answers 1 - 30 of 30 Answers

m

  • Jul 7th, 2015
 

No

  Was this answer useful?  Yes

Pawan Kumar

  • Aug 1st, 2015
 

Yes, we can submit with the help of javascript.

  Was this answer useful?  Yes

Barkha

  • Aug 24th, 2015
 

Yes using document.getElementById("myForm").submit();

  Was this answer useful?  Yes

charujain

  • Sep 15th, 2015
 

Yes, using AJAX. it is possible.

  Was this answer useful?  Yes

Abhishek Singh

  • Sep 15th, 2015
 

Yes, using javascript

  Was this answer useful?  Yes

shiva

  • Mar 30th, 2016
 

In place of submit button place image so that we can achieve this.

if ($_POST["btn_opentextbox_x"]) && ($_POST["btn_opentextbox_y"])
{
// your code
}

  Was this answer useful?  Yes

archit attrey

  • Dec 27th, 2017
 

Yes, it is possible using Ajax and jQuery when you use ajax in this condition you Don't need to take submit. You take a simple button than directly you could be accessed by jQuery and then through ajax you can send the request on another page where you will implement SQL insert query.

  Was this answer useful?  Yes

Mayank Sanghvi

  • Mar 21st, 2018
 

Yes, you can submit it using Java Script or Ajax.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions