From: [EMAIL PROTECTED]
Operating system: windows NT
PHP version: 4.0.3pl1
PHP Bug Type: COM related
Bug description: cannot call a COM function opening a word appli
This is the COM function being called from PHP.
Public Function setFile(filename as String)
Set wproc =
ID: 9141
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: COM related
Description: cannot call a COM function opening a word appli
";
$Obj->filename1 = 'C:\shanky2.doc';
$Obj->setFile();
?>
shanky2.doc is the file to be read.
And this is the function in the Com component which
ID: 9141
User Update by: [EMAIL PROTECTED]
Status: Closed
Bug Type: COM related
Description: cannot call a COM function opening a word appli
";
$Obj->filename1 = 'C:shanky2.doc';
$Obj->setFile();
?>
shanky2.doc is the file to be read.
And this is the function in the Com component w