Hi ppl, i hope you could share your expertise on this.
My issue is that I have built a DLL that will generate IDs and other useful functions.
now, is there any ways to run my DLL under PHP?
thanks in advance.
if you are using PHP for windows you can use COM. http://php.net/com
Thanks drew 🙂