Question:What is the best way to ensure the distinction between filtered / trusted and unfiltered / untrusted data?
A
B Never trust any data from the user
C Enable built-in security features such as magic_quotes_gpc and safe_mode
D Always filter all incoming data
E Use PHP 5's tainted mode
+ AnswerB
+ Report