/ Published in: Other
Expand |
Embed | Plain Text
function strip_http($url){ return str_ireplace(array('http://','https://'), '',$url); }
You need to login to post a comment.
function strip_http($url){ return str_ireplace(array('http://','https://'), '',$url); }
You need to login to post a comment.