simonpearce
ISP
Hello!
Any ideas why this won't work:
if ($FORM{'tld'} eq ".co.uk" or $FORM{'tld'} eq ".org.uk" AND ($FORM{'regtype'} eq "new"{ &something; }
I've tried all different conatations, basically I need it to goto &something if tld equals either .co.uk or .org.uk AND regtype eq new.
Hummmm - hope that makese sense to one of you!!!
Simon
Any ideas why this won't work:
if ($FORM{'tld'} eq ".co.uk" or $FORM{'tld'} eq ".org.uk" AND ($FORM{'regtype'} eq "new"{ &something; }
I've tried all different conatations, basically I need it to goto &something if tld equals either .co.uk or .org.uk AND regtype eq new.
Hummmm - hope that makese sense to one of you!!!
Simon