Help - Cleaning Input Data
Posted: Sun Mar 07, 2010 8:38 pm
Good day,
I would like to ask the most efficient way to clean (remove HTML tags, and other formatting) the input data.
Something to add to:
stripslashes(strip_tags(htmlentities($_POST['val'])))
-Michaeru
I would like to ask the most efficient way to clean (remove HTML tags, and other formatting) the input data.
Something to add to:
stripslashes(strip_tags(htmlentities($_POST['val'])))
-Michaeru