/ Published in: PHP
Function replaces all non-alpha-numeric chars and cleans up a text string. Should output a usable URL for almost all text.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function generate_url_from_text($strText) { return $strText; }
URL: http://www.addedbytes.com