For Quality purpouses, Jan Eden 's mail on Friday 30 January 2004 20:17 may
have been monitored or recorded as:
Hi Jan
> Like this:
>
> accept-charset="iso-8859-1"> ...
Try enctype="application/x-www-form-urlencoded" instead.
I had the very same problem using the xitami webserver on WinOs.
D
For Quality purpouses, Jan Eden 's mail on Friday 30 January 2004 20:01 may
have been monitored or recorded as:
> Hi all,
Hi
..
> But accessing the script from a Windows machine gives me the prepared error
> message. From the log I can see that all parameter values end up in the
> $name variable,
Hi Wolf,
wolf blaum wrote:
>For Quality purpouses, Jan Eden 's mail on Friday 30 January 2004
>20:01 may have been monitored or recorded as:
>>Hi all,
>Hi ...
>>But accessing the script from a Windows machine gives me the
>>prepared error message. From the log I can see that all parameter
>>value
Hi all,
I hope this is not too off-topic, since I hesitate to subscribe to yet another list...
I wrote a very simple CGI script to read data from an HTML form like this:
my $q = new CGI;
my $name = $q->param('name');
my $message = $q->param('message');
my $email = $q->param('email');
Later, th