I have a file (CSV and/or XML) with data I need to display on a site. The first link is the head of the tables and the rest of the lines contain product data. What is the easiest way to read that file and be able to select just the matching categories (ie. products from category "shirts")? Thanks!
I would import the file into a database first and then display the data from the database. Then you can create a separate script which can import the data.
Agreed, you will want more flexibility than what a flat-file database can offer so import to MySQL. I will import it for you for a small fee.