When submitting a form- I get results back when using the name attribute, but not the ID attribute--> Is this the way it should be? Or does it matter whether or not you use name or ID in the form?
<input type="text" size="22" id or name="email" />
$_POST['email']
Thanks for the clarification