Untitled

 avatar
unknown
php
2 years ago
128 B
5
Indexable
function strip($text) { 
   return str_replace(array('<','"','\\'),array('&lt;','&quot;','&#92;'),stripslashes(trim($text))); 
}
Editor is loading...