Hi.
I have a little script that sends out contents of a form to a certain email address. What I wanted to do is make it a little more secure. First, I wanted to check where the user came from, so that the script would only work if the request came from the submition form it was supposed to come from (I don't want some sick people to access the script a million times and flood the email box). Also, I want to know if it is possible to collect information about the user/source of request such as the IP address, etc. (I want to have the email message to contain the contents of the submitted form, and some user info at the bottom; anti-spam measure type of thing).
Can anybody help me, as well as suggest some other improvements?