4
Could someone explain to me the difference and where I can change it.:
$nome=$_POST['nome'];
That one $nome
I know it’s standard in case I use
<input type="text" name="nome">
More in this case, it is mandatory to have this "nome"
in the $_POST['nome']
or I can use other names?
I hope you understand.!