/ Published in: PHP
Expand |
Embed | Plain Text
$file = "exported_data.txt" ; // open a file to export data ... // write selected exported data to a file .......... // download ...
You need to login to post a comment.
paulbooker on 11/16/08
2 people have marked this snippet as a favorite
$file = "exported_data.txt" ; // open a file to export data ... // write selected exported data to a file .......... // download ...
You need to login to post a comment.