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 $name and $$name?
How to write the form tag correctly for uploading files?
What is use of mysqli_query in php?
How to get no. of rows using MYSQL function?
Which php global variable is used for uploading a file?
What can I do by cakePHP?
Version of php, apache ,mysql
How to retrieve the original query string?
How to block direct directory access in PHP?
Is php good for career?
What is the difference between die () and exit () in php?
Explain Whitespace Characters?