generate seo frienly url from a text like wordpress
Posted: Fri Oct 30, 2009 9:39 am
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
function MakeSeo($string)
{
???
}
i want a php function which will be generate seo friendly url like wordpress blog
Thanks