Hello-
I'm not sure if this has been posted before, and I don't want to dig hours through archives to find out. At work we use PHP for much of our backend and we run this on Linux webservers, however my PHP experience is limited somewhat. I need to query the MySQL db for the e-mail addresses of our members, and save it to a text file so that we can import them to a mass-mail program. The problem is that I want to save the file locally on the Windows machine that I we use in the office. Is this doable, and if so what is the easiest way? If all else fails I could save it on the webserver and go manually retrieve via FTP, but I really just want to be able to save it locally.
Thanks