Answer Posted / pankajbisane
Use Following Code :
<?php
$objCom = new COM(“AddNumber.math”);
$result = $objCom ->AddTwoNum(2,2);
echo $result;
?>
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is difference between count or sizeof function in php?
What are the uses of php language?
Which is better mysql or sql?
What is magic quotes?
How can we define a variable accessible in functions of a php script?
What are the advantages of indexes?
What is the difference between query and inquiry?
How do I check environment variables?
What is difference between base_url and site_url?
Why is php used?
Explain scalar type declarations in php7?
What is php and sql?
What is the use of "echo" in php?
Define object-oriented methodology?
What is the purpose of constant() function?