email form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

dajawu
Forum Commoner
Posts: 59
Joined: Fri May 23, 2008 10:16 am

Re: email form

Post by dajawu »

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.
Post Reply