Could someone explain the difference and where can I change it.:
$nome=$_POST['nome'];
This $nome
I know that it is default in case to use
<input type="text" name="nome">
More in this case, is it mandatory to have this "nome"
in $_POST['nome']
or can I use other names?
I hope you have understood.!