More PHP Source Code (Browser.php)
Tags: PHP
I’m in the process of Cleaning my php so that I can release the code into the wild
I have 3 very small project I’d like to share, and they all have browser.php in them. It’s a small piece of code that allows the user/viewer to broswe a file system, and submit the selected files to another script.
I decided to realse this code separately because I’ve used it a couple of times and thought it’d be useful for others
As you can see by default the script submits to playlist.php and the list of file names sent is in an array called mpegs so I think enough of a clue to what my other projects might focus around !!! (FYI: The final thing the script sends is the PATH the files were found)
I’m hoping to get my first project finished tonight so watch this space
