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 use of htmlspecialchars php?
What are the new features available in php 7?
What is put method in php?
Is it possible to extend the execution time of a php script?
What are the three parts of an http request?
How to get the http request in php?
Who is the father of php and what is the current version of php and mysql?
How can you get web browser’s details using PHP?
How to fix "headers already sent" error in php
Explain what is the difference between for and foreach?
What is the function func_num_args() used for?
Explain difference between urlencode and urldecode?
What do you mean by core php?
What is php variable?
Tell me how to find the position of the first occurrence of a substring in a string?