SyntaxFix
Write A Post
Hire A Developer
Questions
This will work as well:
$array = explode('.', $_FILES['image']['name']); $extension = end($array);