<?php function makeItSafe($value) { htmlentities($value, ENT_QUOTES); htmlspecialchars($value); strip_tags($value); return $value; } echo makeItSafe('te~!#$%^&*()st@test.com');
You have javascript disabled. You will not be able to edit any code.