$newExtension = 'txt'; $info = pathinfo($filename); $filename = $info['dirname']."/".$info['filename'].'.'.$newExtension;