if (param()) { if($name) { if($email) { if(exists $emails{$email}) { print "<center><b>Email already exists in database +.</b></center>\n"; } else { $emails{$email} = "$info"; print "<center><b>Your information was added to ou +r system!</b></center>\n"; } else { print "Email was missing"; exit; } } else { print "Name was missing"; exit; } }
In reply to Form param checking by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |