phillip_ewing
02-10-2003, 04:57 PM
This might be very basic but i do not know the answer:
Do you know how?
If a User fills out a form (like a feedback form for example), have that form go to a database, get stored, and have the admin of that database receive an e-mail saying the database has been updated.
Here's the situation. I work for a school system that basically wants on online application. I can create the database with the required fields and point them in the fields and even write to database, that's the easy part (I can handle this). What I need is some code that once the data is wrote to the database, it e-mails the recipient that a new application has been submitted. If you could get me started, I could finish it out.
My part:
<FORM NAME="frmUser" ACTION="addnewapp.asp" METHOD="POST">
and have addnewapp.asp open the database and write to required fields.
Your part:
What next? I cannot use CGI or DLL's to help me do this. So Matt's formmail.pl is out of the question.
Thank you in advance, Phillip Ewing
Do you know how?
If a User fills out a form (like a feedback form for example), have that form go to a database, get stored, and have the admin of that database receive an e-mail saying the database has been updated.
Here's the situation. I work for a school system that basically wants on online application. I can create the database with the required fields and point them in the fields and even write to database, that's the easy part (I can handle this). What I need is some code that once the data is wrote to the database, it e-mails the recipient that a new application has been submitted. If you could get me started, I could finish it out.
My part:
<FORM NAME="frmUser" ACTION="addnewapp.asp" METHOD="POST">
and have addnewapp.asp open the database and write to required fields.
Your part:
What next? I cannot use CGI or DLL's to help me do this. So Matt's formmail.pl is out of the question.
Thank you in advance, Phillip Ewing