| PHP function to check for SQL injection |
|
A very handed PHP function that is easily portable and applicable, authored by Neil Masters @ codedb.co.uk. Pass in any value, i.e $bob = checkSQL($_POST['email']); And simply include the following: function checkSQL($value)
|