-
split last 3
how split extension. example: name: 2pac - california.love.mp3
I use split('.') function but this function split in .love keyword. I want split it in mp3. How make it?
-
-
$a = explode('.',$string);
$a = $a[count($a)-1];
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks