webguync Posted July 12, 2010 Share Posted July 12, 2010 Hello, I have a form submitting results to a MySQL database. How would I get the results sent to a specific email address, preferably as an excel file attachment? Quote Link to comment https://forums.phpfreaks.com/topic/207529-using-mail-function-to-receive-web-form-results/ Share on other sites More sharing options...
premiso Posted July 12, 2010 Share Posted July 12, 2010 I think you would want to use the mail that or if you are really ambitious, look into PEAR::Mail or phpMailer (phpMailer = script found via google). You already know the answer, you just have to take the time to do the research and figure out the howto. Quote Link to comment https://forums.phpfreaks.com/topic/207529-using-mail-function-to-receive-web-form-results/#findComment-1084988 Share on other sites More sharing options...
webguync Posted July 12, 2010 Author Share Posted July 12, 2010 I did a google search, but didn't find out what I was looking for. I know how the mail() function works in general, just not sure how to receive the field results from a form. Quote Link to comment https://forums.phpfreaks.com/topic/207529-using-mail-function-to-receive-web-form-results/#findComment-1085005 Share on other sites More sharing options...
webguync Posted July 13, 2010 Author Share Posted July 13, 2010 can anyone point me in the right direction on this, as far as using the mail() function to accomplish what I need? Quote Link to comment https://forums.phpfreaks.com/topic/207529-using-mail-function-to-receive-web-form-results/#findComment-1085437 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.