PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello, for some reason I just can't get the function id3_get_tag to work more than a few times in a loop. If I do a loop of one folder, it works and gets all of the ids of the songs, but when I apply it to my music directory crawling script, it says connection in browser was reset. Keep in mind if it worked it would be scanning and indexing about 1800 songs. Please help, I don't understand why it isn't working.
You would think but if I do echo or mysql query in the song indexing function's place it takes half a second and works. Also, it doesnt time out after 10 seconds or anything. It times out instantly. Maybe it has something to do with the function and php?