damian has asked for the wisdom of the Perl Monks concerning the following question:
comments please, thank you.if(!($FORM{'username'} =~ /[^a-zA-Z0-9_]/)) { print "Content-type: text/html\n\n"; print "<b> Error: spaces not allowed</b>\n"; exit; } else { &proceed; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: form validation
by perlmonkey (Hermit) on May 10, 2000 at 06:13 UTC | |
Re: form validation
by plaid (Chaplain) on May 10, 2000 at 06:08 UTC | |
Re: form validation
by damian (Beadle) on May 12, 2000 at 05:06 UTC | |
Re: form validation
by ZZamboni (Curate) on May 10, 2000 at 06:13 UTC | |
by perlmonkey (Hermit) on May 10, 2000 at 06:25 UTC |