Published in: PHP
URL: http://www.addedbytes.com
Function replaces all non-alpha-numeric chars and cleans up a text string. Should output a usable URL for almost all text.
function generate_url_from_text($strText) { return $strText; }
You need to login to post a comment.
