chait Posted January 4, 2008 Share Posted January 4, 2008 Hell everyone, I am working on an application where i wanted to run a dll. I have downloaded a dll from the site of the application i want to interface it with . http://www.rtslink.com/ ...rstlink.dll. I have installed it. Now i want to access it through my php scripts. I surfed the net and came to know that the dll can be accessed from the com. Please help in this regard. There is a function called Open() in the dll. I want to at least access the function. can anyone help me get started with this code. Regards, Chaitannya. Quote Link to comment https://forums.phpfreaks.com/topic/84467-how-to-access-com/ Share on other sites More sharing options...
Barand Posted January 4, 2008 Share Posted January 4, 2008 see http://web.informbank.com/articles/technology/php-office-documents.htm Quote Link to comment https://forums.phpfreaks.com/topic/84467-how-to-access-com/#findComment-430360 Share on other sites More sharing options...
adam291086 Posted January 4, 2008 Share Posted January 4, 2008 i have just been looking at Barand link. How would you go about doing the opposite of that. I.e taking a word document and using the content for a website content. For Example if my word document include a Title and some text. Is it posisble to extract the Title and display as the title of a website and then do the same with the content? Quote Link to comment https://forums.phpfreaks.com/topic/84467-how-to-access-com/#findComment-430362 Share on other sites More sharing options...
chait Posted January 4, 2008 Author Share Posted January 4, 2008 I have checked the word.application thing on the php website. The problem is that i have a customised dll, how do i access that dll. Quote Link to comment https://forums.phpfreaks.com/topic/84467-how-to-access-com/#findComment-430383 Share on other sites More sharing options...
Barand Posted January 4, 2008 Share Posted January 4, 2008 If the dll is called "rstlink.dll" then try putting extension=rstlink.dll in the extensions section of your ph ini file and put the dll with your other extensions in the specified extensions folder. Quote Link to comment https://forums.phpfreaks.com/topic/84467-how-to-access-com/#findComment-430546 Share on other sites More sharing options...
chait Posted January 5, 2008 Author Share Posted January 5, 2008 Hey can you please explain me the process in more detail. Quote Link to comment https://forums.phpfreaks.com/topic/84467-how-to-access-com/#findComment-430967 Share on other sites More sharing options...
trq Posted January 5, 2008 Share Posted January 5, 2008 Use the com extension. Quote Link to comment https://forums.phpfreaks.com/topic/84467-how-to-access-com/#findComment-430968 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.