Sanitize Database Inputs with PHP
Insuring that data entered into forms and via the URL of a website (POST & GET) is ‘safe’ to use is vital to preventing hackers from getting into your website this snipit of PHP code will let you do just that, make sure you run it before saving information to a database and before…
