in reply to Form not parsing correctly
and your Perl has this:<input type=hidden name=starttime value=\'$lastName\'>
So I'm thinking you need to fix your parameter names.$startdate = $session_cgi->param("start_date");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Form not parsing correctly
by Kevad (Scribe) on Apr 27, 2005 at 02:32 UTC | |
by intranetman (Acolyte) on Apr 27, 2005 at 15:53 UTC |