Anon
07-16-2001, 04:44 PM
Help! I'm an experienced VBScript / ASP coder, looking to broaden my horizons and learn php ;-) I've been looking around trying to find an answer to this question: how do you call a windows .dll from php?
I have a large library of components I've written / found in VB, that I normally use in asp pages like so:
set objInfo = Server.Createobject("Getinfo.user")
Username = objInfo.UserName
blah blah blah
does php have an equivalent? is there any way to directly make windows API calls?
any and all hints, links, etc gratefully accepted :)
I have a large library of components I've written / found in VB, that I normally use in asp pages like so:
set objInfo = Server.Createobject("Getinfo.user")
Username = objInfo.UserName
blah blah blah
does php have an equivalent? is there any way to directly make windows API calls?
any and all hints, links, etc gratefully accepted :)