How to use PHP & Connect to Word.Application
How to use PHP & Connect to Word.Application The Learn / Lutorial / Sctipts php programming how to using PHP Connect to Word.Application (DCOM)
ShotDev Focus:
- PHP & Connect to Word.Application (DCOM)
- PHP & Connect to Word.Application (DCOM)
Example
php_word_connect.php
- <html>
- <head>
- <title>ShotDev.Com Tutorial</title>
- </head>
- <body>
- <?
- $WrdApp = new COM("Word.Application");
- if($WrdApp)
- {
- echo("Word.Application Connected.");
- }
- else
- {
- echo("Cannot Connect to Word.Application");
- }
- ?>
- </body>
- </html>
Create a php file and save to path root-path/myphp/
Screenshot
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment