PHP Mailer script injection question?

Nik

New member
Right now before I put my script live I have one question on this do I need it?

The reason I ask is because I don't allow my users to specify were to send the message.
It comes to me no one else.

I ask in the online form for their name email address and a message. My email is in the script so when they click send it comes to me.

Can they do anything else?
What do I need to do?

By the way I also already use preg match to check for illegal characters.

Thanks for any help.
Sorry if I need to protect against PHP injection how would I go about it?
 
Back
Top