Hey Guys ,
Any idea how to create a filelist of a location via php with files with a specific extension :
E.g : .avi
let's say the location is "/location/folder1/"
Inside i have : Folderx , folderz , file1.avi , file2.avi , file2.rar
Now i want to create a filelist of that folder using only files with .avi ext .
Any idea how to create a filelist of a location via php with files with a specific extension :
E.g : .avi
let's say the location is "/location/folder1/"
Inside i have : Folderx , folderz , file1.avi , file2.avi , file2.rar
Now i want to create a filelist of that folder using only files with .avi ext .