Hargreaves Lansdown Interview Question

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

Interview Answer

Anonymous

Oct 13, 2015

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