How to get File Extension in PHP ?

Very Simple! This command should do that:
$ext = pathinfo($filename, PATHINFO_EXTENSION);

No comments:

Post a Comment

Scheduling Repeating Local Notifications using Alarm Manager

Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .