save string welcome in myfile.txt
{mpf:save=myfile.txt||data=welcome}
save a section in file (use with closing token)
{mpf:save=myfile.xml||!=}
...data to save in file ...
{/mpf:save=myfile.xml||!=}
create a CSV-file (e.g. for MS Excel, Sun OpenOffice)
{mpf:save=myfile.csv||append}
"{mpf:date=us}","{mpf:server/db-name}"\n
{/mpf:save=myfile.csv||append}
|