in reply to Re: Checking for empty CGI params; this isn't working
in thread Checking for empty CGI params; this isn't working
I get that error fromsyntax error at /var/securewww/virtual/webewebin.com/a/signup.cgi line + 61, near ") {" syntax error at /var/securewww/virtual/webewebin.com/a/signup.cgi line + 76, near "}" (Might be a runaway multi-line ~~ string starting on line 73) Execution of /var/securewww/virtual/webewebin.com/a/signup.cgi aborted + due to compilation errors.
</code>elsif ((length(param('tele') > 0) || (length(param('mobile') > 0)) { error("You need to enter either a telephone or a mobile"); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Checking for empty CGI params; this isn't working
by little (Curate) on Jul 14, 2002 at 18:07 UTC | |
by andrew (Acolyte) on Jul 14, 2002 at 18:16 UTC | |
by little (Curate) on Jul 14, 2002 at 18:43 UTC | |
by thor (Priest) on Jul 14, 2002 at 18:52 UTC |