hi,
is there anyone have any ideas what kind of error i'm facing? i'm a beginer ini PHP coding. i'm trying to call a DLL named "CTAPI.DLL". Below is the code and the error given. thanks.
code :
<?php
global $nDll;
$nDll = new COM("CTAPI.DLL");
?>
error :
Warning: Invalid ProgID: Invalid class string in c:\inetpub\wwwroot\citect.php on line 5