broadm1979 Posted June 17, 2012 Share Posted June 17, 2012 I am quite a novice at coding so pleae bear with me. I am tryining to create an online job application form. What I want is for some to complete the application form and based on the results to send a yes or no email to say if they have been successful. I have created and html form which sends through php but cannot figure out the if query to send the relevant email. Thanks for any help Quote Link to comment https://forums.phpfreaks.com/topic/264353-php-mail-sender/ Share on other sites More sharing options...
cpd Posted June 17, 2012 Share Posted June 17, 2012 Its dependent on your deciding factor. If you have a field in the database to say "outcome" with 1 being failure 2 being success and a default value of 0 you can just read that value and then send the appropriate email using an if statement. You need a determining factor and a simple if statement. That should suffice but again, its dependent on your methods. Quote Link to comment https://forums.phpfreaks.com/topic/264353-php-mail-sender/#findComment-1354730 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.