If you have a little PHP experience, you could try something like the "recursive directory iterator" (sorry, I can't post links yet) to get an array of all files and directories. Then use a foreach() loop to iterate through the output and put a MySQL INSERT query within it.