Posted by hmlarson on 05/29/07 01:22
hello,
i am trying to validate a form field ... requiring the user to enter 1
of 2 possible security codes (for example 1000 or 9975).
this part of my code does not seem to working - it gives the error
message when I enter the correct security code(s).
if ($_POST['security_question'] != 1000 || 9975) {
$errors[]= 'You have entered an incorrect security code.';
}
any tips on handle this? i am somewhat new to php - any info is much
appreciated. thanks
Navigation:
[Reply to this message]
|