Jump to content

List only mp3s in a folder


project3

Recommended Posts

I have some code to list files in a dir but i only want to list mp3s as there are image files in it too.

 

heres the code i have it works but i want to only do mp3 extension.

 

if (!is_dir("$dirpath/$file")) { 

$buildhtml .= "<option value=$file>$file</option>"; 
} 
} 
closedir($dlist);

 

 

thanks in advance!

Link to comment
https://forums.phpfreaks.com/topic/101606-list-only-mp3s-in-a-folder/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.