Connecting Tech Pros Worldwide Forums | Help | Site Map

Having a completed order form emailed to me

Newbie
 
Join Date: Mar 2007
Posts: 29
#1: Mar 18 '09
Hello everyone ... it's been a while.

I have a form on my company website that feeds a database with 30 different fields. Now the powers that be want to have that same form (or the data within) emailed to our corporate address. Too many fields for a mailto form. Any suggestions where I might look for guidance.

Thanks Robert
TheServant's Avatar
Expert
 
Join Date: Feb 2008
Location: Australia
Posts: 913
#2: Mar 19 '09

re: Having a completed order form emailed to me


You say "Too many fields for a mailto form"? Using PHP's mail() function can mail whatever you want to where ever you want.
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,642
#3: Mar 19 '09

re: Having a completed order form emailed to me


and by using a mailer class (e.g. Swift Mailer) you can make programming it more comfortable.
Reply


Similar PHP bytes