Php – how to access xml file

htmlPHPxml

Actually in my website www.musicking.in when the user selects songs one player window will open and that will access the corresponding selected songs xml playlist and the player will play those songs.

actually its working fine. but sometimes the problem is when so many users are accesiing the player not playing the songs selected, either its playing songs previously he selected or nothing.

please help me.

i stored that xml as a file in my root of website. is there any other options to access that xml which is generated automatically when user select songs.

Best Answer

Bug might come from too much people, accessing simultenously the xml file. Try moving the content of your file into your DB. DB have stuff that handle multiple access and so on.

Try to explain more precisely how your website works, i'm not sure i got it.