|
| A R C H I V E D M E S S A G E |
|
Subject: Append data file |
| Posted: 04/22/2003 at 7:50:56 pm |
| By: Paul |
| I don't really care about the reply-email... I just want to be able to append the form data to an existing data file in comma-separated format.
This seems like an awful lot of code just to do that.
Any suggestions? | |
|
|
Subject: Re: Append data file |
| Posted: 04/22/2003 at 7:51:28 pm |
| By: Seth Knorr |
| Well that's easy, just add or edit this field:
<input type=hidden name=datafile value=bizmail.dat>
replace bizmail.dat with the data file you want the data to be written to. JUST MAKE SURE THE FILE YOU ARE TRYING TO WRITE TO IS
1. located in the same directory as bizmail.cgi
2. That the file you are writting to is CHMODED to 777 -or- is read write and executable.
Seth
| |
|
|