|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do i comunnicate with COM object from php4.3.2/Apache/LINUX
Hi all!
I have a problem understanding working with COM objects and php. I read in the PHP Manual that php supports COM only on win32 platforms. 1.Does that mean that you can create COM object in php only on Win32 platform? 2. Can I work with COM objects that reside on the remote server(that has win32 platform) from PHP/LINUX and if yes, where can i learn of that issue or see some code samples. I have a a problem because i have to somehow link Win application that will have COM object at local machine that runs WINDOWS, and web server's OS is LINUX/Apache that wiil run web site. I'm new to php and still learning basics and this project came so suddenly so i have to learn fast. So, thanks for reply posts. Means to me much. |
|
#2
|
|||
|
|||
|
RE: How do i comunnicate with COM object from php4.3.2/Apache/LINUX
no, you can't access com object from linux/unix. only from win machine.
possible solution is to put another web server on the windows machine that will talk to COM object, and php from the linux machine will talk to the php on the windows machine.. or build a webservice around that COM? |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Programming Theory > How do i comunnicate with COM object from php4.3.2/Apache/LINUX |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|