PDA

View Full Version : using functions from a 3rd party dll?


Leeoniya
05-20-2007, 08:10 PM
W32api is gone, php_ffi.dll doesnt load in my php v5.2.1. Is there any other way to load external dll functions for use in php.....

I'm trying to make a web interface for monitoring a PLC controller. The PLC company provides a dll and a .lib file with working samples that show you how dll functions can be accessed via VBA macros from inside MS Excel.

I was hoping to do this from php if possible.

any ideas?
Leon