I have a project that I want the user to input the path (folder only) where the mp3 files are located. The php script will input all the filename and the getid3 information into database. How do you do that? is it possible?
I found this http://php.net/manual/en/function.readdir.php, but I dont' know how to link it with getid3 together to get the result that I describe above
Can someone show me a sample of how this work and store it in sql database? Thanks