我的網址更改爲Seo使用此功能友好+ .htaccess。我的項目採用阿拉伯語言!Unicode/UTF Seo Friendly Url(slug)使用Php Mysql
function clean($title) {
$seo_st = str_replace(' ', '-', $title);
$seo_alm = str_replace('--', '-', $seo_st);
$title_seo = strtolower(str_replace(' ', '', $seo_alm));
return $title_seo;}
現在在我的網址我看到這一點:
本地主機/新聞/ 4/----- /
什麼問題?
感謝
在我的配置中:mysql_query(「SET NAMES'utf8'」);和我的排序規則:utf8_persian_ci – user1086738 2011-12-20 00:25:46
然後調試你的鏈,找出角色何時變壞。 – Halcyon 2011-12-20 00:49:09