/ Published in: PHP
Expand |
Embed | Plain Text
function _hl($c,$q){ $q=explode(' ',str_replace(array('','\','+','*','?','[','^',']','$','(',')','{','}','=','!','<','>','|',':','#','-','_'),'',$q)); for($i=0;$i<sizeOf($q);$i++) return $c; }
You need to login to post a comment.
