Newbie ?: need sample form processing scripts
Hello all you cool folks!
I'm new to PHP and DreamWeaver.
I'm on a very short deadline and I need only to process an HTML form
with a few data fields. I need to do three things, all three
triggered by form submission:
1. capture the form field names and their matching values,
2. Write that data to an email and send the email to one or more
addresses as a single message with multiple recipients.
3. Write the same data into a comma AND quote delimited text file.
Save the file in a named server sub-folder. If the file exists,
append each subsequent form submission. If not, create the file and
write the first record.
Perhaps I've missed such scripts in my own searches on the web and on
php.net. Can anyone point me to some web sources for examples of
such PHP scripts just to get the ball rolling?
All responses appreciated.
|