function seo_url($w){ $tr = array(" "); $en = array("+"); $w = str_replace($tr,$en,$w); return @strtolower($w); } echo seo_url($degisken);