A form can be submitted in various ways without using submit button.
Submitting a form by clicking a link
Submitting a form by selecting an option from drop down box with the invocation of onChange event
Using java script : document.form.submit();
Using header(“location:page.php”);