Search results

  1. F

    Problem with Nokia N81?

    My Nokia N81 has some problems over this few days. It changes to another profile automatically without anyone operating it and switches off and switches on itself. I don;t know what's the problem? Can anyone help me out in this?
  2. F

    How to store large amounts of data using C# (.NET)?

    I am designing a Accounting Program and I was storing all of the finance data in a .txt file. But my lecturer told me to use another method instead of a .txt file. What method could I use? NOTE: I do not know anything about databases.
  3. F

    Any game similar to Prince of Persia?

    Is there any similar games to Prince of Persia The Sands of time as I can't play games that require nvidia graphics card as I have a Mobile Intel(R) 4 Series Express Chipset Family graphics card. Thanks.
  4. F

    What is the meaning In-Camp?

    Does anybody know the meaning of In-camp?good answers will be given 10points. In-camp training
  5. F

    I'm trying to display the contents of a text file in original format on a...

    <?Php $file = $_SERVER['DOCUMENT_ROOT'] . "/text.txt"; //Path to your *.txt file $contents = file($file); $string = implode($contents); echo $string; ?>
Back
Top