Iron Bridge Posted February 15, 2007 Share Posted February 15, 2007 I am almost embarrassed to ask this question but, as a newb, you must swallow your pride. Anyways, can you use the mail function multiple times in succession? Specifically, I have a flash site with a contact form and the variables are sent to a PHP script via actionscript and then inserted into a SQL DB and emailed to me. I was wondering if I can add another mail function to send a message back to the sender. For example (although over simplified): $me ="[email protected]"; $you = "[email protected]"; mail($me, $subject, $body); mail($you, $subject, $body); I looked around for the answer but wasn't able to find it. Hopefully somebody can answer this quite easily. Thanks for the help! Link to comment https://forums.phpfreaks.com/topic/38586-solved-mail-function-question/ Share on other sites More sharing options...
Jessica Posted February 15, 2007 Share Posted February 15, 2007 The easiest way to find out the answer to a question like this is to try it. Yes. Link to comment https://forums.phpfreaks.com/topic/38586-solved-mail-function-question/#findComment-185183 Share on other sites More sharing options...
Iron Bridge Posted February 15, 2007 Author Share Posted February 15, 2007 I usually do just try. I'll spare you the long story as to why I didn't this time. Nonetheless, I appreciate the help! Link to comment https://forums.phpfreaks.com/topic/38586-solved-mail-function-question/#findComment-185191 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.