Simple question that keeps bugging me.
Should I HTML encode user input right away and store the encoded contents in the database, or should I store the raw values an
The encoding should only only only be done in the display. Without exception.