/ Published in: PHP
Useful function for taking the title of an Article or keyword phrase and converting it into an SEO friendly version that can be used in a URL. For example, the title "German Cars are amazing" would be transformed into "german-cars-are-amazing".
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function getSeoVersion($phrase) { } // example usage: echo getSeoVersion("German cars are amazing.");