Basta solo dichiararti le funzioniCodice PHP:<form method="post" action="" name="bottone1_2">
<input type="submit" value="BOTTONE1" name="bottone1">
<input type="submit" value="BOTTONE2" name="bottone2">
</form>
<?
if ($_POST["bottone1"]) {
tua_fuzione($a);
}
if ($_POST["bottone2"]) {
tua_fuzione($b);
}
?>

Rispondi quotando