Basic PHP Programming Question:

How can we submit from without a submit button?

Tweet Share WhatsApp

Answer:

Trigger the JavaScript code on any event ( like onSelect of drop down list box, onfocus, etc ) document.myform.submit(); This will submit the form.

Download PHP PDF Read All 139 PHP Questions
Previous QuestionNext Question
How can I know that a variable is a number or not using a JavaScript?How can we destroy the cookie in PHP?