Closed Thread
Results 1 to 3 of 3

Thread: Saving Data

  1. #1
    RGB
    RGB is offline Newbie
    Join Date
    Sep 2008
    Posts
    1
    Rep Power
    0

    Saving Data

    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?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jan 2008
    Posts
    1,725
    Blog Entries
    4
    Rep Power
    29

    Re: Saving Data

    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).

  4. #3
    ArtoStiloz's Avatar
    ArtoStiloz is offline Programmer
    Join Date
    Sep 2008
    Location
    Denmark
    Posts
    173
    Rep Power
    14

    Re: Saving Data

    Use PHP for this.
    PHP: fopen - Manual

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Saving data from a windows application
    By Braydon Vaughan in forum C and C++
    Replies: 8
    Last Post: 08-17-2011, 05:47 AM
  2. saving data in a database
    By ployo60 in forum Pascal and Delphi
    Replies: 7
    Last Post: 02-20-2011, 11:44 AM
  3. Saving Application Data Locally
    By yottagray in forum JavaScript and CSS
    Replies: 4
    Last Post: 01-29-2011, 07:40 PM
  4. Saving POST, GET, Cookies data
    By LionMdS in forum C# Programming
    Replies: 2
    Last Post: 04-13-2010, 10:54 AM
  5. Saving data from a listbox to a txt file!
    By pds2ect in forum Visual Basic Programming
    Replies: 5
    Last Post: 10-03-2007, 01:59 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts