File Extension File Extension
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

File Extension

Started by ojohn, November 07, 2003, 01:18:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ojohn

For the filename can i just show the file name and not the File Extension?

Joachim Müller

edit displayimage.php and find    $info[$lang_picinfo['Filename']] = htmlspecialchars($CURRENT_PIC_DATA['filename']);Use one PHP's string functions (your choice) to remove the extension (see http://de2.php.net/manual/en/ref.strings.php ).

GauGau