I have a small asp script that is one asp file and a .dll file that is used for stock quotes. My server is linux and I use php. Any tips on converting it to PHP? I think i have an idea how to do it if it was just asp, but not with a .dll file.
All tips are appreciated.
Mark
Do you have the source code for the DLL? unless you port the source code of the DLL, I can't think of any other way...Besides, if it's in a DLL, then I'm pretty sure that it uses some WinAPI, which might not be available on Linux...
Diego