I'm just starting with PHP and I was given a rather difficult task. I need to search through multiple XML files in different directories, then return the name of the files that contain a given search input.
Will it be easier to write a script that reads all XML files and writes their content to an MySQL database?