PHP And DLL

A

Anonymous

Guest
Hi,

I have one dll file for web service which is created using dot net 2003.
This file is very simple and return a length of the input string.

Now I want to accecc this dll in the php 4 or 5.
I use dl function and also put that file in the ext dir.
It says that this is not a valid php file.

what should I do to access the file function?
 
Back
Top