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 ="me@mydomain.com"; $you = "you@yourdomain.com"; 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! Quote Link to comment 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. Quote Link to comment 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! Quote Link to comment 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.