dougal85 Posted May 6, 2006 Share Posted May 6, 2006 I've done a directory listing, but i only want it to show certain file types. I cant figure out how to find the file extension?The only function i have found is filetype() but it returns directory/files etc. rather than the extension.is the only way to do it by examining the name and putting out the extension? Not quite sure how to do that either... thanks for the help Link to comment https://forums.phpfreaks.com/topic/9183-get-file-extension/ Share on other sites More sharing options...
dougal85 Posted May 6, 2006 Author Share Posted May 6, 2006 [!--quoteo(post=371808:date=May 6 2006, 02:04 PM:name=Dougal Matthews)--][div class=\'quotetop\']QUOTE(Dougal Matthews @ May 6 2006, 02:04 PM) [snapback]371808[/snapback][/div][div class=\'quotemain\'][!--quotec--]I've done a directory listing, but i only want it to show certain file types. I cant figure out how to find the file extension?The only function i have found is filetype() but it returns directory/files etc. rather than the extension.is the only way to do it by examining the name and putting out the extension? Not quite sure how to do that either... thanks for the help[/quote]got it ! :)[a href=\"http://uk.php.net/pathinfo\" target=\"_blank\"]http://uk.php.net/pathinfo[/a] Link to comment https://forums.phpfreaks.com/topic/9183-get-file-extension/#findComment-33835 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.