What you are trying to do is a snap with a little java script. But keep in mind that PHP is SERVER SIDE and JavaScript is CLIENT SIDE.
<a href="javascript:document.form-name.submit();" class="main2">Text Goes Here</a>
Be sure to name your form "form-name" or change this text in the code to what ever the name of your form is.
HTH,
Caset