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
Tell me what is the difference between the functions strstr() and stristr()?
Explain preg_Match and preg_replace?
How to find a specific value in an array?
What is faster in php?
What is the Default syntax used in PHP?
What is $_ get?
What is regular expression in javascript?
Difference between array_combine and array_merge?
How to create a directory?
What are the ways to include file in php?
What does sign mean php?
What is difference between core php and framework?
What is csrf verification?
How to create a web form?
What are the main error types in php and how do they differ?