@: Sorry for the late reply.
Thanks for the suggestion. As I said, I'm fairly new at PHP, so I'm not certain if I fully understand what you mean though. Am I correct to say that you mean, I should not have a email field and subject field, but instead hardcode a fixed generic email and subject field?
That's probably not possible because the form will need to identify the origin of the message as well as a set of info that is unique to that specific message.
If you did mean something else, can I clarify what you meant?
Update since my very first post
The form has been working successfully since I posted it, but I received a worrying email that contained rubbish information - random characters were entered into all fields. In case there was an attached virus or something, I declined to open it and deleted it immediately.
The part that concerned me was this - the script I modified is supposed to verify that an email address is valid, according to my understanding of it. The email address in the email had a garbled userid, but I believe it was listed as a yahoo or hotmail account.
I would really appreciate if anyone could suggest a way to log attempts to use the script to some kind of text file.