Page 1 of 1

Using COM object to call DLL functions

Posted: Tue Jul 16, 2002 3:30 pm
by probkid
Hi,
I was just wondering how I could call functions that are compiled into a DLL, from php.
Any help would be greatly appreciated.

Thanks!!

Posted: Wed Jul 17, 2002 5:03 am
by twigletmac
This is probably the best place to start:
http://www.php.net/manual/en/ref.com.php

Mac