if ($key ==="Something") { if ($value === true){ $clean[$key] = strip_tags(strtolower(stripslashes($value))); } }
Select all