Results 1 to 2 of 2

Thread: dll/exe references

  1. #1

    Thread Starter
    Hyperactive Member Sneeden's Avatar
    Join Date
    Oct 2001
    Location
    Sneedville
    Posts
    258

    dll/exe references

    I am moving over from ASP. I am looking for an equivalent to ASP/VB's createobject(). How would I implement the same kind of thing in PHP?

  2. #2
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    Re: dll/exe references

    If you are want to create object from ActiveX controls, then you can use the COM function

    http://uk2.php.net/COM

    Read the comments on the page, they will give you a lot more information about how to use the COM function effectivly.

    If you wish to execute programs then you can use the EXEC function

    http://uk2.php.net/EXEC

    or you can use passthru()

    http://uk2.php.net/manual/en/function.passthru.php

    There is more information abotu what they do excalty in the links.

    Hoep thats what your looking for.

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