Zend
200-710 · Question #153
Which of the following techniques ensures that a value submitted in a form can only be yes or no ?
The correct answer is D. None of the above. See the full explanation below for the reasoning.
Security
Question
Which of the following techniques ensures that a value submitted in a form can only be yes or no ?
Options
- AUse a select list that only lets the user choose between yes and no .
- BUse a hidden input field that has a value of yes or no .
- CEnable the safe_mode configuration directive.
- DNone of the above.
How the community answered
(50 responses)- A6% (3)
- B4% (2)
- C12% (6)
- D78% (39)
Topics
#input validation#server-side validation#form security#safe_mode
Community Discussion
No community discussion yet for this question.