Hi Eric,
I believe you need a blank line after the email header before you start your
message body.
-Rand
-Original Message-
From: Eric Peers [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 15, 2002 11:50 AM
To: Tim Doty; [EMAIL PROTECTED]
Subject: Re: parsing a domain name out of an ema
Maybe the
value=$dt
Needs to be
value="$dt"
-Original Message-
From: Troy May [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 8:55 PM
To: Beginners CGI List
Subject: Re-displaying data back into forms
Hello,
This may be hard to explain, but I have a form consisting o
Hi Troy,
One way to do this would be to include a hidden parameter containing
"get_results", which you could query within the target script.
When you are creating the form:
print hidden('myaction', 'get_results); # if using CGI
When you are executing the script, put something like this in orde