in reply to Checking for empty CGI params; this isn't working
Update: hrmph. length should work just as well.elsif( defined( param('tele') || param('mobile') ) ) {
works for me.elsif( length( param('tele') || param('mobile') ) ) {
~Particle *accelerates*
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Checking for empty CGI params; this isn't working
by andrew (Acolyte) on Jul 14, 2002 at 17:04 UTC | |
by particle (Vicar) on Jul 14, 2002 at 17:08 UTC |