Jump to content

[SOLVED] Question??


adam291086

Recommended Posts

I am trying to use Com to open a word document. But i get the error below. As i have used a tutorial i am not sure how to solve the problem. Any ideas

 

Fatal error: Cannot instantiate non-existent class: com in /homepages/12/d214897219/htdocs/adam/test code/file_get_contents().php on line 11

<?php
set_time_limit(0);
error_reporting(E_ALL);
$word = new COM('word.application') or die('Unable to load Word');
$word->Documents->Open('adam.doc');
?>

Link to comment
https://forums.phpfreaks.com/topic/71939-solved-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.