hayd Posted July 3, 2010 Share Posted July 3, 2010 I am NOT a PHP developer by any stretch of the imagination...however I do have a decent question... Is this possible...? User submits form query, in the aciton a php script picks up the input tag data and sends it to the email in the PHP script, however on the server I have set up an auto-responder which automatically sends the user back a HTML thank you email with the specified email in the script? Any help would be appreciated! Best Hayd Link to comment https://forums.phpfreaks.com/topic/206647-stupid-newbie-question/ Share on other sites More sharing options...
peter_anderson Posted July 3, 2010 Share Posted July 3, 2010 I think you want to post data from a form, mail it to your autoresponder with the headers set as "from: $_POST['email']", which the autoresponder would then respond to? Yes, it's possible. Link to comment https://forums.phpfreaks.com/topic/206647-stupid-newbie-question/#findComment-1080800 Share on other sites More sharing options...
hayd Posted July 3, 2010 Author Share Posted July 3, 2010 yeh i think so, but I will also need a copy of the data to look at aswell, so the user gets the auto respond and i get the form data? Link to comment https://forums.phpfreaks.com/topic/206647-stupid-newbie-question/#findComment-1080803 Share on other sites More sharing options...
peter_anderson Posted July 3, 2010 Share Posted July 3, 2010 You could save the data to a database. Link to comment https://forums.phpfreaks.com/topic/206647-stupid-newbie-question/#findComment-1080804 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.