Warning: mail() [function.mail]: SMTP server response: 503 Bad sequence of commands. You must specify the recipients of a message before you can send it in C:\inetpub\vhosts\.............\results.php on line 100
Hostunda SMTP ile ilgili bir sorun var. Eğer localhost'ta çalışıyorsan bu hata normaldir.
Warning: Cannot modify header information - headers already sent by (output started at C:\inetpub\vhosts\.............\results.php:5) in C:\inetpub\vhosts\dersnotlari.tk\httpdocs\test1\results.php on line 102
Bu hata genelde birden fazla header(); kullandığında olur ama burda farklı gözüküyor.
Eğer scriptin yapısını bozmuyorsa, header("Location: sent.htm"); kodunu ilk satıra koyarmısın ?