Hello,
I'm doing a project in which I need to take database entries, in which each field is seperated by a comma (so we get something like "1,0,1,Name,email" etc). Now this is from a classifieds site, and I need to incorporate it into a new system (PHP Classifieds to be precise). There are many thousands of ad's, so doing it by hand is not an option. I was thinking of making a script which makes each field of the old database into an element in an array, and then adding that value to the appropriate table/field of the new database. There are also other complications. What do you guys think? Is this a good way to go about this?