Advertisement
rimomaguiar

Untitled

Dec 13th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. public function validation($input){
  2.         $input = trim($input);
  3.         $input = stripcslashes($input);
  4.         $input = htmlspecialchars($input);
  5.         return $input;
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement