How can I use the COM components in php?
Answer Posted / pankajbisane
Use following code:
<?php
$objCom = new COM(“AddNumber.math”);
$result = $objCom ->AddTwoNum(2,2);
echo $result;
?>
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is crypt () in php?
How to find current date and time?
What are the advantages of php mysql?
How to access a global variable inside a function?
What is the use of header() function in PHP? What the Limitation of HEADER()?
Tell me what is the use of "ksort" in php?
How to insert an new array element in array?
What is chrome logger?
Does wordpress still use php?
What is the expansion of LAMP?
Why use static methods php?
What is strcmp?
Which is a perfect example of runtime polymorphism?
Is apache needed for php?
What is session in php w3schools?