I need to create a data file from my PHP for the user to load into their
word processor as a mail merge data source. Organising the data into rows
of comma separated values isn't too difficult; what puzzles me is how to
get that data into a .txt file somewhere on the user's PC.
How, in general terms, should I go about doing that? Presumably I generate
and present it in some format which causes the browser to issue a "save as"
dialog box?
word processor as a mail merge data source. Organising the data into rows
of comma separated values isn't too difficult; what puzzles me is how to
get that data into a .txt file somewhere on the user's PC.
How, in general terms, should I go about doing that? Presumably I generate
and present it in some format which causes the browser to issue a "save as"
dialog box?
Comment