
January 25th, 2007, 04:30 PM
|
|
Registered User
|
|
Join Date: Feb 2006
Posts: 10
Time spent in forums: 5 h 4 m 7 sec
Reputation Power: 0
|
|
|
Secure form content
My client wants to:
- create a form to submit personal/financial data
- save the data to a temporary csv file (not saved to db)
- send csv file in a secure format via email to enduser.
Does anyone know of a script, commercial or free, that will do this? Many of the php form processing scripts do some part of this but not all. The security part is critical but I know its not easy. SSL can't do it and the client wants the process to operate without need to store the data or to take any additional steps other than to open the csv file. Is this hopeless or just to complex? Is there a better way?
Thanks
|