PHP email form help

Im using this php email form http://www.kirupa.com/web/php_contact_form.htm… I have one problem if I send through this form In my inbox i get from: anonymous@11961-23189.com instead of the email i added in email field.

[quote=ahmednuaman;2335632]Add headers at the end:


mail($to,$sub,$body,"From: me@me.com");

More at: http://uk.php.net/manual/en/function.mail.php[/quote]

Thanks…