Embedding MS Word in php page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vishwas Deshmane
    New Member
    • Sep 2006
    • 1

    Embedding MS Word in php page

    Hi all,

    Can anyone help me to solve following issue:

    "I want to embed MS Word Documents in a php page."

    Regards,
    Vishwas
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    Originally posted by Vishwas Deshmane
    Hi all,

    Can anyone help me to solve following issue:

    "I want to embed MS Word Documents in a php page."

    Regards,
    Vishwas
    That's not possible. There's no such thing as a client side PHP page. Its all HTML.

    The best you can do (which is not a bad option) is to use TinyMC from MoxieCode Software to convert a text area into a word processor with every basic functionality of Word.

    http://tinymce.moxieco de.com/

    Best of luck

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      Originally posted by dlite922
      That's not possible. There's no such thing as a client side PHP page. Its all HTML.

      The best you can do (which is not a bad option) is to use TinyMC from MoxieCode Software to convert a text area into a word processor with every basic functionality of Word.

      http://tinymce.moxieco de.com/

      Best of luck
      That's an amazing little editor right there.

      Comment

      • dlite922
        Recognized Expert Top Contributor
        • Dec 2007
        • 1586

        #4
        Originally posted by markusn00b
        That's an amazing little editor right there.
        I know its freakin the best. I installed 5 of the top best editors around that are popular and this one just blows the rest of them away!

        Best Features:

        Layering (absolute positions of text)
        HTML code cleanup
        spell checking. (with 3rd party)

        i could go on...

        Comment

        Working...