This is the code I am using and below is the result I am getting. Please can anyone throw any light on it.
Waynec
- - - - - - - - - -
# Use the CGI unit
use CGI;
# Get the values from the form
$form = new CGI;
$subject="MOT Booking";
$tome="mot\@station-garage.net"...
Following my previous post.
After sending the form I get the erroor listed below. Can anyone tell me what the problem might be.
Thanks
Wayne.
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Sending message.txt to...
Can antone help? I can't get this form to work.
Is there something obvious that is missing or
not right.
----------------------
# Use the cgi unit
use cgi;
# Get the values from the form
$form = new CGI;
$subject="MOT Booking";
$tome="mot\@station-garage.net"...
Can someone tell me if and how I can add a script to redirect to a url as soon as the blat has executed.
I have listed the script below that I am using.
# Use the cgi unit
use cgi;
# Get the values from the form
$form = new CGI;
$subject="Mortgage Lead"...
I have used this script to return data from a form
but I can't get it to work. Baffled.
Can anyone help?
# This script:
#
# - Takes the form contents
# - Saves the message into a temporary file
# - Calls Blat to send the mail
#
# Use the cgi unit
use cgi;
# Get the values from the form...
With response and thanks for the reply to my earlier post
I have included the script that I am struggling with.
# Use the cgi unit
use cgi;
# Get the values from the form
$form = new CGI;
$subject="Mortgage Lead";
$tome="info\@flexiblehomeloans.co.uk"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.