Hello friends ..
I wanted a feedback form for my small site...
Its pure HTML and i dont know anything about PHP ..
I got a script which mails the form contents to the admin..
Here is the code
mail( "$webmaster_email", "Feedback Form Results",
$comments, "From: $email_address" );
Is it safe to use mail() like this??