Using a msword document embedded in a PHP page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dan

    Using a msword document embedded in a PHP page

    Hello all,

    can anyone please tell me what should i do to display in a portion of a
    php page the contents of a Word document? (If it is possible)

    Thank you in advance,

    Dan

  • Chuck Anderson

    #2
    Re: Using a msword document embedded in a PHP page

    Dan wrote:
    [color=blue]
    >Hello all,
    >
    >can anyone please tell me what should i do to display in a portion of a
    >php page the contents of a Word document? (If it is possible)
    >
    >Thank you in advance,
    >
    >Dan
    >
    >
    >[/color]
    Google 'php ms word'. Third entry is:
    http://www.phpwordlib.motion-bg.com/ ($35)

    or

    How about using MS Word to make it an HTML page first.

    or

    Here's something at Phpclasses:


    --
    *************** **************
    Chuck Anderson • Boulder, CO

    Integrity is obvious.
    The lack of it is common.
    *************** **************

    Comment

    • Arnold Shore

      #3
      Re: Using a msword document embedded in a PHP page

      I use an IFrame for that, with the content of that frame being the Word doc.
      Really not a good way, but sometime it's the only way.

      AS


      "Dan" <ungureanud@gma il.com> wrote in message
      news:1139942348 .321329.224590@ g44g2000cwa.goo glegroups.com.. .[color=blue]
      > Hello all,
      >
      > can anyone please tell me what should i do to display in a portion of a
      > php page the contents of a Word document? (If it is possible)
      >
      > Thank you in advance,
      >
      > Dan
      >[/color]


      Comment

      Working...