<input type="Submit" name="nome1" value="babbo">
<input type="Submit" name="nome2" value="babbo">
Click pulsante 1:
$_POST['nome1'] = 'babbo';
$_POST['nome2'] = null;
Click pulsante 2:
$_POST['nome1'] = null;
$_POST['nome2'] = 'babbo';
<input type="Submit" name="nome1" value="babbo">
<input type="Submit" name="nome2" value="babbo">
Click pulsante 1:
$_POST['nome1'] = 'babbo';
$_POST['nome2'] = null;
Click pulsante 2:
$_POST['nome1'] = null;
$_POST['nome2'] = 'babbo';
There are 10 types of people in the world - those who understand binary and those who don't.