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