/ Published in: PHP
Use this function to transform a title into a url friendly title
Expand |
Embed | Plain Text
function cleanUrl( $url ){ $new_url = str_split( $new_url ); // Was still getting cases of double hyphens return $new_url; }// end function - cleanUrl
You need to login to post a comment.
