You don’t escape input. You safely store it in the database and then sanitize it at the point where you’re going to use it.
This item has no comments currently.
It looks like you have JavaScript disabled. This web app requires that JavaScript is enabled.
Please enable JavaScript to use this site (or just go read Hacker News).
You don’t escape input. You safely store it in the database and then sanitize it at the point where you’re going to use it.