submit without a submit button in php

submit without a submit button in php

If you don’t want to use the Submit button to submit a form, you can some JavaScript code.
For example:
javascript: document.myform.submit();