I been getting progress. I got my DLL registered using regsvr32. But I can't
connect using PHP. I get this error:
Warning: Invalid ProgID, GUID string, or Moniker: Invalid syntax in
c:\inetpub\wwwroot\dllfile.php on line 1
testcom is the dll file I registered. testcom.dll
Process is a function
this is a common question... it should be in a FAQ somewhere...
The most flexible option is the win32 API functions, but note that they
are experimental, and sometimes hard to set up and use, but pretty dang
cool:
http://www.php.net/manual/en/ref.w32api.php
The most stable solution (definatel