Page 1 of 1

generate seo frienly url from a text like wordpress

Posted: Fri Oct 30, 2009 9:39 am
by palash14
Convert: "åäö" to "aao", "space" to "-", "!?" to "nothing", and all to lower case.

function MakeSeo($string)
{
???
}

i want a php function which will be generate seo friendly url like wordpress blog

Thanks

Re: generate seo frienly url from a text like wordpress

Posted: Fri Oct 30, 2009 10:17 am
by pickle
Look into str_replace()