I did a website for the company I work for that when someone visits, for legal reasons, they are asked to submit their email address to view certain pages - that way we keep a general idea of who's visiting. The email addresses are written onto a flat text file, via simple PHP, and the text file is then imported into an admin page so that we can view these email addresses.
Now, they want me to make a CSV file so that they can send out a mass email to everyone who visited the site...
This means somehow converting this text file to a csv file...
If I had originally used MySQL, I know this wouldn't have been much of a problem. However, because I went with a simple text file, not thinking we'd need MySQL, I'm at a loss of what to do?
How would I go about this?



Reply With Quote


Bookmarks