Button 1 = name="button1"
Button 2 = name="button2"

if ($_REQUEST['button1']) {
 //hedehöde
}
if ($_REQUEST['button2']) {
 //hedehöde
}