PHP-gurus: I need your help!
PHP-gurus: I need your help!
Out of context: Reply #15
- Started
- Last post
- 22 Responses
- schjetne0
I found the suffix like this:
$ext = strrchr($file,'.');
and removed it like this:
str_replace(array('_', $ext)," ",$file)
I found the suffix like this:
$ext = strrchr($file,'.');
and removed it like this:
str_replace(array('_', $ext)," ",$file)