Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

nicholas maddren
nicholas maddren
12,793 Points

Where Do I start?

I need to develop a system that will take data from a CSV file and put it into a database. The objective is to list vehicles in an ecommerce style from the CSV files. The CSV files hold data such as vehicle registration, vehicle color and body type. I thought of simply using FOpen and displaying the data however this would apparently be performance heavy. Once the CSV file has changed I need the database to update which I could probably do with a Cron Job. Any tips on this? I'd like to track the amount of sales my customers are making also. Would the process be different as I am using Wordpress? DO I need to work within Wordpress to display the data or can it be in separate PHP files? Thanks