How do you save data, either to a text file or the memory, so that the program can keep the same information after it is closed? And if it writes it to a text file how would you input the data from the text file?
How do you save data, either to a text file or the memory, so that the program can keep the same information after it is closed? And if it writes it to a text file how would you input the data from the text file?
One possible way to accomplish this is through a file reader / writer.
After a quick google search, This Link seems to do what you want to do quite nicely (although for another purpose).
If you need to store configuration information, then use XML format for this.
Use PHP for this.
PHP: fopen - Manual
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum