[prev in list] [next in list] [prev in thread] [next in thread] 

List:       novalug
Subject:    Re: retrieving email from html form
From:       Joe Hood <linux () staffordstudio ! com>
Date:       2000-12-28 20:53:35
[Download RAW message or body]

Try:

my $to = $data{"info_email"};



On Thu, 28 Dec 2000, Brian Almeter wrote:

> I am looking to retrieve an email address from a user submitted html form.
> Some user fields are already being captured by a declaration of params, but
> I want to just get the email field from the form.  I have already tried
> using this declaration
> 
> my $to = $reg->param("info_email");
> 
> I was getting a server error 403 with this line.
> The tech at the service provider told me this was the root of the problem
> and I should try excluding the $reg->
> 
> I have tried every variation
> 
> my $to = param("info_email");
> my $to = param["info_email"];
> my $to = param('info_email');
> 
<snipped> 

-- 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic