--- nckhot wrote: > We have found a function dl() do register DLL. It is not stable and > not working. Any other function to do so. Please help > Thanks in advance. dl() is not used to register *any* DLL, but only PHP modules. If you want to use some DLL you can either change it, or write a small wrapper that follows PHP module conventions. -- Milan Babuskov http://www.guacosoft.com