O.P. Some PHP help, yet again
How would I, using PHP, read every file inside a directory and produce a list of all the files with a "bsp" extension, but not including the extention.
So basically, read a maps/ folder, get every file name, and list it, but only if the extension is a .bsp?
|