From: R. Joseph Newton [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 04, 2003 3:09 PM
> To: Luinrandir Hernsen
> Cc: Dan Muey; [EMAIL PROTECTED]
> Subject: Re: please please comfirm (was Parsing variables)
>
>
> Luinrandir Hernsen wrote:
>
> > Thank you for your
Luinrandir Hernsen wrote:
> Thank you for your help but I want to learn this too
>
> Here is the code from the HTML GET
First, I am sort of mystified as to why you want to use the GET method. This method
is designed specifically for cases where you want to download the specified file. It
Hi.
I think the list is missing a post or two in this thread?
Anadi Taylor wrote:
> > From: "Luinrandir Hernsen" <[EMAIL PROTECTED]>
> > To: "Anadi Taylor" <[EMAIL PROTECTED]>
> > Subject: Re: please please comfirm (was Parsing variables)
>
From: "Luinrandir Hernsen" <[EMAIL PROTECTED]>
To: "Anadi Taylor" <[EMAIL PROTECTED]>
Subject: Re: please please comfirm (was Parsing variables)
Date: Mon, 3 Mar 2003 18:53:19 -0500
> I might be barking up the wrong tree here but I have never seen
> que
Thank you for your help but I want to learn this too
Here is the code from the HTML GET
North
West
And here I think is the CGI code
$input=$ENV{QUERY_STRING};
@pairs = split(/&/, $input);
foreach $pair (@pairs)
{
($name, $value)=split(/=/,$pair);
$form