stin
July 16th, 2009, 02:05 PM
I've got this code in an asp page:
dim obj
set obj = server.CreateObject("tstPrj.clsTest")
obj.test
and it works. What I'm looking for is the equivalent in PHP. Apparently my google-fu is lacking because I can't find anything.
tsgPrj is a homemade/VB activeX dll, btw.
Thanks for any insight you folks might have.
dim obj
set obj = server.CreateObject("tstPrj.clsTest")
obj.test
and it works. What I'm looking for is the equivalent in PHP. Apparently my google-fu is lacking because I can't find anything.
tsgPrj is a homemade/VB activeX dll, btw.
Thanks for any insight you folks might have.