Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: iwuvc
  • Content: Threads
  • Order by date
  1. iwuvc

    reading file into variable

    Well I want to be able to read a text file into a variable. I have made something that writes a text file. Pretty much here's a not so good example, and yeah.. I dont feal like writing correct syntax but you get the idea. ex. dud = fopen("hi.txt"); //unsure how to do this properly. if (dud ==...
  2. iwuvc

    saving with ajax on client: how?

    Does anybody have a short (or long) example on how to save and load a text file from a client computer using ajax? I will be grateful for any examples/links.
  3. iwuvc

    saving without cookies?

    Because I am having extremely wierd problems with cookie saving, is there a way to save files on clients computer? If not possible on client is it possible on server? I have tried searching google and going through books, but I haven't been able to find anything useful.
  4. iwuvc

    How do i read a file into a variable?

    I have a text file called s1.txt, and it has one value of 12345. Can somebody post an example of how to read this file into a variable? My tries have been pointless, I can't get fopen to work for my purpose.

Part and Inventory Search

Back
Top