How do I change a files file-extension name in PHP?
For example: $filename=\'234230923_picture.bmp\' and I want the extension to change to jpg
$filename=\'234230923_picture.bmp\'
jpg
rename() the file, substituting the new extension.