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 Mike Lewis 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: *

  1. karlotto

    MS Word read modify write

    Try this: <?php // Read/write/modify MSWordfile // // By Karl Otto Sostack, karlos(at)johnsen-offset.dk // function read_word($filename, $word, $replacement) { $fh = fopen($filename, &quot;rb&quot;); $filecontent = fread($fh, 268435455); //256 kB filesize fclose($fh); unlink($filename); $fh =...
  2. karlotto

    WINDOWS 2000 SERVER VPN behind NAT?

    Hi, BUGOR! Share your experiences....... Karl Otto

Part and Inventory Search

Back
Top