How to replace underscore with spaces in file info

348
.

Please brothers, can any one tell how to replace underscore character ( _ ) with space in file information?

.
reaper
http://php.net/str_replace
$result = str_replace('_', ' ', $filename);
.

Its not working bro

.

Ahmard, http://ideone.com/45yiA3

Всего: 4