Dumping Table Data To TXT File
Posted: Thu Jul 22, 2004 9:14 pm
Here I am again with another novice question. If I have a page of data that is presented using PHP to get the information from MySQL, is there some way to give the user the option to save the results of the query into a TXT file instead of showing it formatted on screen in HTML?
So for example, they use my search facility to find a series of records. Then they want to save that information as a file (without copying and pasting of course). Is there a way to have a link which, when clicked, will use the results of the previous query to save a TXT file?
So for example, they use my search facility to find a series of records. Then they want to save that information as a file (without copying and pasting of course). Is there a way to have a link which, when clicked, will use the results of the previous query to save a TXT file?