Untitled
unknown
php
3 years ago
128 B
6
Indexable
function strip($text) {
return str_replace(array('<','"','\\'),array('<','"','\'),stripslashes(trim($text)));
}Editor is loading...
function strip($text) {
return str_replace(array('<','"','\\'),array('<','"','\'),stripslashes(trim($text)));
}