Thread
:
Getting a file extention
View Single Post
06-03-2008, 08:12 PM
#
4
(
permalink
)
Enfernikus
The Addict
Join Date: Jun 2008
Posts: 335
Thanks: 2
I'd like to point out the pathfile function here's an example
PHP Code:
$filename
=
'somereallyrandomfile.png'
;
$ext
=
pathinfo
(
$filename
,
PATHINFO_EXTENSION
);
Enfernikus
View Public Profile
Send a private message to Enfernikus
Find More Posts by Enfernikus