Allie1138 Posted December 22, 2007 Share Posted December 22, 2007 Hi all... Im new to php and im hoping someone can help me out. I set up a simple form on a site using PHP to send email to the webmaster... but I not only want to send email to the webmaster, Id like a copy of the email to be sent to the person who filled out the form. Here is the PHP im using: http://formtoemail.com/FormToEmail.txt Any help is appreciated :-) Thanks -Allison Quote Link to comment https://forums.phpfreaks.com/topic/82813-php-form-to-email-help/ Share on other sites More sharing options...
Daniel0 Posted December 22, 2007 Share Posted December 22, 2007 I didn't take a look at the source of your script, but can have multiple recipients by separating the recipients with a comma. More information is available here: http://php.net/manual/en/function.mail.php Quote Link to comment https://forums.phpfreaks.com/topic/82813-php-form-to-email-help/#findComment-421158 Share on other sites More sharing options...
Allie1138 Posted December 22, 2007 Author Share Posted December 22, 2007 Well, I dont know what the other email address would be.. It would be some random viewer who fills out the form.. i want the viewer himself to get a copy of what/he typed in the form. Do I point it somehow to the 'email' field?? thx Quote Link to comment https://forums.phpfreaks.com/topic/82813-php-form-to-email-help/#findComment-421353 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.