Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Dumping E-mail addresses ?

Quote Reply
Dumping E-mail addresses ?
How can I output all the e-mail addresses from my links database?

Thanks,
Emilio


Quote Reply
Re: Dumping E-mail addresses ? In reply to
In the SQL monitor you can give it a command

SELECT Email from Subscribe

That should dump the email addresses to the screen

You can use the OUTFILE command to send it to a local file, search the forum for some ideas on how to use that.

http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/