I was reading up on some PHP PDO data sanitization, and came accross this post:
PDO & Sanitize Date/Remove HTML
I'm confident that my code uses PDOStatement bindParam to prevent SQL Injections, However i read this comment ( paraphrased )
'using $_POST with tokens will help to avoid CSRF'
and I am curious, what is meant by a token and how do I implement it?