$string = preg_replace("#\[name=([a-zA-Z0-9 .-]+)*]#",'<td><a href="' . "$front_page/" . str_replace(' ', '-', "$1") . '">'."$1</a></td>",$string);
Bu part of script çalışmaz:
str_replace(' ', '-', "$1")
I need to replace " " with "-",
i also try preg_replace
inside main preg_replace
, str_ireplace
also
Ama bu hala çalışmıyor kalmamasıdır