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

Can php replace javascript?

0 Answers  


How can you upload a file using php?

0 Answers  


Tell me how can we get the error when there is a problem to upload a file?

0 Answers  


Tell me how do you execute a php script from the command line?

0 Answers  


How many types of errors in php?

0 Answers  






Why do we use hooks?

0 Answers  


i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.

6 Answers  


What is scope of variable in php?

0 Answers  


How to upload a file (may be a .txt or a .doc file) from a php script/file?

1 Answers  


How can we encrypt the username and password using PHP?

3 Answers   Rushmore Consultancy,


Explain scalar type declarations in php7?

0 Answers  


How to remove leading and trailing spaces from user input values in php?

0 Answers  


Categories