Analise o formulário html abaixo:
<html>
<body>
<form action=programa.php method=post>
Nome:<input type=”text” name=”nome /><br>
E-mail:<input type=”text” name=”email” />
<input type=”submit” value=”OK” />
</form>
</body>
</html>
Considerando a configuração padrão do php5.x, os campos nome e email,