Untitled
unknown
php
2 years ago
128 B
5
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))); }