John Bunt - 2007-01-30 15:52:00
I need to email the form info depending on one word in a multiple word string from a single field in the form.
Example:
If the word "dog" is in the $_POST['Additional_Comments'] field which might be "I have a dog" then email to aaa@aol.com
If the word "dog" is not in the $_POST['Additional_Comments'] then email to bbb@earthlink.net
Please help!
Thank you.