Aim: A php page with a button which when you click it allows you to download a text file with rows each on a new line in a text file. Ie: database:table: id name secondname email Then a PHP page: *button* click this button to download text file with emails in it // then the suer can download the text file containing the emails, each one on a new line. Hope someone can help me or point me in the right direction/ Kind regards Notting
Read over: http://us.php.net/fwrite to find out how to write to a text file. Then this function found on the web will force a download of a file.