Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Form Regex

Quote Reply
Re: Form Regex In reply to
Smile
You will want it to produce the error page I expect?, so.....

(This may/may not work)......

unless ($IN->param('Country') =~ s/[a-zA-Z]/) {
print $IN->header();
print Links::SiteHTML::display('error', { error => Links::language('ERROR')});
return;
}

ERROR will need to be replaced with the error name.




Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Subject Author Views Date
Thread Form Regex Addy 1532 Apr 21, 2001, 9:46 AM
Post Re: Form Regex
Paul 1466 Apr 21, 2001, 9:55 AM