Or instead of having to check the two buttons, add a hidden field to the form, name = sent, value = sent;
if($_POST['sent']=='sent'){form was sent}
if (isset($POST['submitSI']) || isset($POST['submitSI2'])){form was sent}
just looks a little cleaner and shorter... although making the form code a little longer.