Hargreaves Lansdown interview question

Programming Component: How do you prevent XSS/SQL injection on a simple example

Interview Answer

Anonymous

13 Oct 2015

Escaping functions e.g. strip_tags(), pretty basic