Search results

  1. N

    Sometimes i wonder why exercise to lose weight when it doesn't even burn that much...

    ...calories? Considering the fact i suffer by doing 1000 skips (minimum) a day which only burns 150 calories at most. Why not just simply have a low calorie diet.
  2. N

    PHP programming converting Microsoft words .doc to txt?

    By using the script below i am able to convert MS words documents to txt so as to insert it into mysql databse. <?php $word = new COM("word.application") or die ("Could not initialise MS Word object."); $word->Documents->Open(realpath("file.doc")); // Extract content. $content = (string)...
Back
Top