froggy
05-19-2005, 03:24 AM
I got a problem with a FormMail cgi, nothing seems to happen when the form is submitted from the html form page.
some of the parameters:
the path to sendmail is /usr/sbin/sendmail (according to my host)
this is from the html:
<form method="POST" action="https://www.nar.org.au/bin/FormMail.pl">
1st line of FormMail.pl: #!/usr/bin/perl -wT
$mailprog = '/usr/sbin/sendmail -oi -t';
I got no idea what happens when the for is submitted, no trace of anything.
BTW the access for FormMail.pl is set to 755
Any suggestions
froggy
downunder
some of the parameters:
the path to sendmail is /usr/sbin/sendmail (according to my host)
this is from the html:
<form method="POST" action="https://www.nar.org.au/bin/FormMail.pl">
1st line of FormMail.pl: #!/usr/bin/perl -wT
$mailprog = '/usr/sbin/sendmail -oi -t';
I got no idea what happens when the for is submitted, no trace of anything.
BTW the access for FormMail.pl is set to 755
Any suggestions
froggy
downunder