Sanitising user input
Some days you need to get user input from a bit of an HTML form that wasn’t really designed for it, in order to get a great UX. This means that the input get’s passed around through JS, AJAX, PHP and goodness only knows what before it turns up in the right place. How do … Read more