I recieve this error wehen sending messages using my mail.php form, but I don't know why they occur?
Warning: Cannot add header information - headers already sent by (output started at /home/*/public_html/proba/mail.php:1) in /home/****/public_html/proba/mail.php on line 10
You can't use header() if you have already sent HTML to the client, which you have in your <title> tag. Remove all HTML before the start of the PHP script, and it should work.
Adam
"If you’re not using valid HTML, then you haven’t created a Web page. You may have created something else, but it isn’t a Web page." - Joe Clark
Bookmarks