Two php form questions

Hello,
I have been having trouble getting a php uploader to work properly.

You can see the form here
http://www.polymaze.funformentals.com/

So far, it is for two reasons:

  1. If the file upload input is left empty, I keep getting two error messages. Rather than just not attaching a file.

Warning: fread(): supplied argument is not a valid stream resource in /home/content/a/l/a/alanigraphics/html/dsigns/brendanmoyer/utilities/uploader.php on line 37

Warning: fclose(): supplied argument is not a valid stream resource in /home/content/a/l/a/alanigraphics/html/dsigns/brendanmoyer/utilities/uploader.php on line 38

  1. The email that it sends isn’t broken onto seperate lines, even though I have placed


at the end of the parts I would like to have seperated.

Any help would be greatly appreciated
Thanks