How can you access a COM object from a PHP page?



How can you access a COM object from a PHP page?..

Answer / vijaya

By utilizing the com_load and the dotnet_load respectively
you can incorporate COM objects and .NET libraries into your
PHP code, thus anytime you see "library code" in a question,
make sure you remember these two functions.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More PHP Interview Questions

What is difference between php and html?

0 Answers  


Which function would you use to format date information in php?

0 Answers  


What is namespace in php?

0 Answers  


How do we get the current session id?

0 Answers  


Explain me the difference between include and require?

0 Answers  


How can I reverse sort an array keeping the correlation between the index and value?

2 Answers   Rushmore Consultancy,


What is difference between str_replace and substr_replace

1 Answers  


Tell me how can we connect to a mysql database from a php script?

0 Answers  


When you will get the error "Cannot add header information"?

2 Answers  


What are the characteristics of php variables?

0 Answers  


How to count a number of words in a string in php?

0 Answers  


What is in php 7?

0 Answers  


Categories