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
generate seo frienly url from a text like wordpress
Moderator: General Moderators
Re: generate seo frienly url from a text like wordpress
Look into str_replace()
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.