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 |
What is the difference between htmlentities and htmlspecialchars in php?
what do you mean by php.ini file ?????????
how can we retrive value from one database server and store them another database server using php?
What is a PHP Filter?
What are new features in php 7?
List out the predefined classes in PHP?
How do you run a php script from the command line?
How are Variables Defined in PHP?
What is the use of get and post method in php?
What is the empty function?
Is php front end?
what is the default method of form in php?