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 difference between php and html?
Which function would you use to format date information in php?
What is namespace in php?
How do we get the current session id?
Explain me the difference between include and require?
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
Tell me how can we connect to a mysql database from a php script?
When you will get the error "Cannot add header information"?
What are the characteristics of php variables?
How to count a number of words in a string in php?
What is in php 7?