If you don't want to use the Submit button to submit a form, you can use normal hyper links to submit a form. But you need to use some JavaScript code in the URL of the link.
Alternate Answer:
PHP handles the data sent from a form, and not how a form is displayed or sent. This is the job of HTML, and in some circumstances, Javascript.