Hi everyone,
this doesn't have allot to do with cake directly, but I thought someone out there might have come across a similar problem/solution. I'm trying to incorporate regularly updated csv file into my site. The csv file comes from a ticket selling service. The file is can be downloaded/parsed from their site (it updates 3 times a day). I would like to make this searchable (e.g. type the name of the show, get the relevant data) so it would seem that the obvious solution would be to import it into my database. However, this might not be the most efficient way of doing things as there is allot of data that would be unnecessary (rows and columns). Plus it changes so often i don't want to have to drop and refill the db table so ofen. Is there a way to search csv files with php? Could i convert it to xml and do it that way? Any ideas would be much appreciated. Thanks TWIOF --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
