I have a php script that reads a directory of mp3 files and plays them in the mp3 player that's embedded in my website. ( http://talytech.com/flashmp3player/flashmp3player.html)
But that same script and files and folder set up, I used on another client's website and the mp3 player shows up but it doesn't list or play the mp3 files. ( http://lovedistrictlive.com/Test/flashmp3player.html)
The only difference between the two websites (talytech.com and lovedistrictlive.com) is the type of servers they reside on.
Talytech.com is on a Linux server and Lovedistrictlive.com is on a Windows server.
I'm not sure what the problem is. Lovedistrictlive.com definitely supports php because i created a simple php to return "hello dummy" and it processed it just fine. And the php version is 5.
Are there any ideas why my mp3 files won't play on the Windows server?
I've attached my php script via zip file. This php script is in the same location as the mp3 folder which contains the files.
Any help would be greatly appreciated.
|