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
How to find the position of the first occurrence of a substring in a string?
Explain Whitespace Characters?
What is string in php?
What is the difference between characters 34 and x34?
Does php have future?
What is meant by MIME?
What are the 5 types of data?
What are php magic quotes?
Which Scripting Engine PHP uses?
What is str_replace()?
Explain Creating and Naming an Array?
How to get number of days between two given dates using PHP?
What is difference between action hook and filter hook?
What is nan value?
When do you use define() and when do you use const. What are the main differences between those two?