Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: How to use an Active X component in Php??


Message #1 by "arun" <arun@l...> on Thu, 3 Jan 2002 16:34:11 +0530
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



  Return to Index