Guest_imported
New member
- Jan 1, 1970
- 0
Ok..This has been pissing me off for the longest time..All i want is to have a form on my site take the information someone has submitted, organize it into sperate lines, and then email the data to my email! I do not know how to make it send the information to my email, let alone get the stupid thing to work.
now-a-days every site u go to has a form and i want to know how to get one to work. Now this form sends its information to a CGI script and then the script sorts or "parses" the information.
i have a test form setup here but everytime it says "timed out" <a href=" HERE FOR TEST FORM</a>
I really appreciate any help u guys can provide for me.
(if u need additional info just ask)
HERE IS THE CGI SCRIPT FOR THE FORM:
#!/usr/local/bin/perl
require "subparseform.lib";
&Parse_Form;
print "Content-type:text/html\n\n";
print "<P>Hi, $formdata{'name'}, i hope this works";
now-a-days every site u go to has a form and i want to know how to get one to work. Now this form sends its information to a CGI script and then the script sorts or "parses" the information.
i have a test form setup here but everytime it says "timed out" <a href=" HERE FOR TEST FORM</a>
I really appreciate any help u guys can provide for me.
(if u need additional info just ask)
HERE IS THE CGI SCRIPT FOR THE FORM:
#!/usr/local/bin/perl
require "subparseform.lib";
&Parse_Form;
print "Content-type:text/html\n\n";
print "<P>Hi, $formdata{'name'}, i hope this works";