Question: Please I need example for PHP and HTML5 form that explain how to use this function below : function clean_input($data) { $data = trim($data); $data

Please I need example for PHP and HTML5 form that explain how to use this function below :

function clean_input($data) { $data = trim($data); $data = strip_tags($data); $data = stripslashes($data); $data = htmlspecialchars($data); return $data; }

Thanks,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!