Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending form data as CSV.

Status
Not open for further replies.

Coogan

Programmer
Jun 21, 2004
38
GB
Hi Folks,

I am looking at designing a web form that captures data and then emails me the data in a csv file.

1. Is this possible?
2. If it is then are there any good articles on how to do it?

The site will be hosted on a Microsoft 2000 server so if I have not posted this in the right forum please can some one point me in the right direction.

Many thanks
 
yes its possible,
Step 1:
1. get the data from the form and write it to a csv file using normal file functions.
2. use the mail() function send the email.
note: since u r attaching files u have to use the correct headers...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top