|
|
|
|
|
by billmalarky
4291 days ago
|
|
I disagree. Obviously data should be validated. But passing validation, I prefer to store data exactly as the user supplied it and then sanitize on output. That way you always have a copy of the original data assuming things change. |
|