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 a substring in php?
What is the use of preg_match in php?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
What is c++ polymorphism?
how to open & closing opening period in fico
Write an example to remove html tags from a string in php?
What is php addslashes?
What is cURL in PHP?
How To Get the Uploaded File Information in the Receiving Script?
How to assigning a new character in a string using php?
How many records can be stored in mysql table?
How can MYSQL functions be available with PHP?
Whether it is possible to share a single instance of a memcache between multiple php projects?
Explain me what is sql injection?
In php, objects are they passed by value or by reference?