|
-
May 26th, 2005, 04:16 PM
#1
Thread Starter
Hyperactive Member
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?
-
May 26th, 2005, 05:40 PM
#2
<?="Moderator"?>
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|