Web Guru...
(PHP, JOOMLA, MySql, Jquery, Wordpress, Facebook App Developer)
Pages
(Move to ...)
Home
Joomla template design
Joomla Component
Projects
Website Security Expert & Cyber Security Expert
Online Jobs
Contact Me
▼
Friday, June 15, 2012
Get file extension in php
<?php
$ext
=
strrchr
(
$filename
,
"."
)
;
if
(
$ext
==
".pdf"
)
{
// do something
}
else
{
// warn user
}
?>
No comments:
Post a Comment
Thank you for your Comment....
‹
›
Home
View web version
No comments:
Post a Comment
Thank you for your Comment....