01-09-2008, 11:33 AM
|
#1 (permalink)
|
|
The Contributor
Join Date: Dec 2007
Location: Durban, South Africa
Posts: 51
Thanks: 1
|
Database export to text file...
Hi guys, sorry to bother, just a bit stuck at the mo.
I need to code a newsletter subscription application in PHP with MySQL that collects the name and email address of the user. That's simple enough, but I need to have an option in an admin panel that allows the administrator to export that email address column to a text file that prompts the admin to download the file. i.e. i don't want to save it to a text file on the server. The format of which has to be line-separated. How do I go about this?
|
|
|
|