[EMAIL PROTECTED] wrote:
Thanks Josh & Brock
I have tried using Below
my $Sdate = $Server->URLEncode("$Start_Date");
my $Edate = $Server->URLEncode("$End_Date");
my $url = $Server->URL('http://Test/Graph.pl', { Start_Date => $Sdate,End_Date => $Edate,Format => "$Format" });
$Response->Redirect("$url")
Iam retrieving the values in Graph.pl as CGI Parameter Value and iam getting the below for my SQl iam using and as u know is not a valid SQL
Date between Apr%2001%202002 and Apr%2001%202002
I believe $Server->URL() will automatically URLEncode the parameters. So do not do the URLEncode first.
Regards, Josh ________________________________________________________________ Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc. http://www.chamas.com NodeWorks Link Checking http://www.nodeworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
