Mentally Unstable Tugboat Captain
Posts: 797
Name: Chad
Location: /usr/bin/perl
|
You can't send results from a form in HTML. Here's why.
*deep breath*
HTML is not a programming language. It is a markup language. All HTML does is edit the text around it. Yes it creates tables and forms and puts in pictues. But HTML cannot handle or edit data. Not alone. That requires a programming langauge (ie: Javascript, Perl, PHP, ASP, Rebol, C++, many more). When the HTML form is submitted, it sends the data to the script, so that the script knows what to do with it. The HTML never knows what you're doing with the data. Ever.
For sending data to e-mail, I recommend using either Perl or PHP. You can find many Perl and PHP form-mailers on HotScripts.Com or NeedScripts.Com. Hope I helped.
__________________
He's baaaaaaaack....
Last edited by WaHoOoO!; 01-17-2004 at 04:27 PM..
|