ft_sanitize
Module Development
This invaluable function "sanitizes" incoming data from - for example - a form. It ensures the data has been properly escaped for insertion into a database. It's used throughout Form Tools. Example usage:
$_POST = ft_sanitize($_POST);