A etiketinin name niteliği tire ile str_replace alanlarda

2 Cevap php
$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