email form
Moderator: General Moderators
Re: email form
Those errors are caused because you can't send data before using the header function. First does echo $UN; display the username? Second if it does work, get rid of it from your code. I just used that as a debugging method, once its gone your errors should go away.