I need the small bit of code to backup some data. I have like 10 text areas that I want backed up to a flat file based on date.


So basically I will have a button in my script that will say "backup data"

and all my textarea's will be backed up according to todays date, when the button is pressed.

for example, 07_13_04-backup


Any idea on how to do this?