DH Templates

Create "Files" in flash for an invoice program?

I am making an invoice program and I need to open a template form, fill it in, and save it to a menu with a specific name. The menu would list all of the invoices with the info filled in. Every time a new invoice is created it must be added to this menu. This must be done a way that the info can't be lost- like if I were to update the file- the saved stuff would still be there. This could be done using external files... but I need it to be simple (because I am a high- level beginner/ low experienced) (I do not know PHP or anything like that) In the form there will be a field so that I can name the file... this will be the name of the button I click on in the menu to get back to the saved invoice. PLEEEEEASE Help! I would like detailed instructions and coding please! Thank You SOOOOO Much!

Public Comments

  1. it looks to me that you may need to use SQL or MYSQL in order to do something like that, MYSQL will store the data for you and you can retrive it at any time. it is a lot more fuctional, faster and secure from flat txt file. Flash need some add on in order to communicate with SQL so most programers will use PHP to communicate with the data base. that as much as i can help
Powered by Yahoo! Answers