Okay I was wondering when should I sanitize my code, when I add store it in the database or when I have it displayed on my web page or both?
I ask this question beca
Rule is thumb is to sanitize ALL user input. Never trust the user.