View Single Post
  #1 (permalink)  
Old 24-06-08
ChristopherB ChristopherB is offline
Registered User
 
Join Date: Jun 2007
Posts: 220
Thanks: 8
Thanked 3 Times in 2 Posts
ChristopherB is an unknown quantity at this point
  php/mysql questions

Hey,

I've just finished off designing and coding (xhtml/css) a new website and im ready to go ahead with the next step but this is where i am not to sure how to do it.

I have my website which will be based on wordpress, then i will have some php pages taking information from a database to display certain products, these pages will look part of the site (same design) but will display certain products.

Let's use beds for example, i want to display beds from Woolworths, Firebox, prezzybox and a couple of other merchants (only beds, so not gadgets / toys)

How do i go about putting these items from a csv file into a mysql database?

This is my idea, cut all the data i want from each csv file and restructure the items to fit into one csv file with, ID, Product, Size, Price, Link, Image, (alot of work but may be the way to do it...)

Would this be the best solution? (also how do i import csv files into a mysql database?)

PS. i have two php & mysql books im reading through right now but im confused on the above, how to get this result.
Reply With Quote
Sponsored Links