/ Published in: PHP
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.
hyperwhat on 07/30/07
3 people have marked this snippet as a favorite
Subscribe to comments
You need to login to post a comment.
OR:
$fileInfo = pathinfo($file); echo $fileInfo['extension'];