pro_php thread: How to use an Active X component in Php??
This is a multi-part message in MIME format.
------=_NextPart_000_0006_01C19474.79488EC0
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
hi all,
In asp we have Createobject to create an instance of any component
available in the web server. Similarly can we create an instance of an
component using php?
<?php
$instance =3D new COM("$identifier");
?>
The above code is not working. DId i need to configure any OLE driver.
regards,
arun
|





