Connecting Tech Pros Worldwide Help | Site Map

store data and send email when condition is met

  #1  
Old March 18th, 2008, 05:05 PM
canajien@gmail.com
Guest
 
Posts: n/a
I have a form that when submitted uses php to store the information in
a table, but I also need it to send an email when a condition is met

<select name="safe_access">
<option value="0"></option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select>

if someone selects no as an option in the above drop box how do I get
it to also send an email while still storing the data

thanks
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
send email when condition it met canajien@gmail.com answers 5 March 18th, 2008 06:55 PM