You don't add more variables to the button, add them to the action= of the form. The button just passes a variable that is designated by the name= element.
<form action=index.php?var1=$var1&var2=$var2 method=post>
For the button
<input type=image name=submit value=images/image.gif border=0>