Yes you can have a input name with spaces. (best not to)
To grab the fields data after submiting you use this: $_POST["new email"] ;
This is a command that will turn all POSTED information into variables:
Just another helpful command. For this one you do need underscores.