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: [email protected] instead of the email i added in email field.

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


mail($to,$sub,$body,"From: [email protected]");

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

Thanks…