SyntaxFix
Write A Post
Hire A Developer
Questions
This should be OK
$value = explode(".", $value); $extension = strtolower(array_pop($value)); //Line 32 // the file name is before the last "." $fileName = array_shift($value); //Line 34