Flash and datbase integration

So I have this project wehre I need to make a calculator that stores informaiton about different user calculations. I need to assume that the user doesn’t have access to the Internet. I don’t have a problem creating the calculator and doing its calculations. I don’t know exactly how to store the informaiton. Every time the user opens the .swf I need it to reload the previous calculators. Is this even possible? Does anyone have any ideas. I thought about using a simple text file, but I’m not really sure how to use Flash to write to this text file. I also know how to code in php, but am not sure if this will integrate if the user doesn’t have access to the Internet.