CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    158

    createObject question

    I've got this code in an asp page:
    Code:
    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.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: createObject question

    What you need is COM.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Oct 2005
    Posts
    158

    Re: createObject question

    Thanks, looks like a winner.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured