|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Form submission saved to .csv file on server then attached to email
My question is one of programming logic. The problem: 1. HTML survey form, 2. Save form data to .csv file stored on web host server, 3. attach copy of .csv file to email and send from web host server to staff worker.
I've got items 1 and 2 worked out. I think I've found a script on Codewalkers which addresses item 3. Will this script use whatever smtp server is running on the web host machine to send the email with attached .csv or will this request be processed via the client machine that clicked the "submit" button on the form? Web host server details: PHP 5.1.2, Windows NT, Zend Engine 2.1.0. Thank you for your assistance. |
|
#2
|
||||
|
||||
|
RE: Form submission saved to .csv file on server then attached to email
All depends upon the script you are using to send the email... if the script uses the mail function - it probably will be sent from the the server, not the client.
|
|
#3
|
|||
|
|||
|
RE: Form submission saved to .csv file on server then attached to email
mackinacrunner, could you share this scripting? Im trying to do the same thing.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Programming Theory > Form submission saved to .csv file on server then attached to email |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|