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
Write a program to upload a file in php?
What are super global variables in php?
What is meant by pear in php? What is the purpose of it?
What is the meaning of die in php?
What does addslashes do in php?
What is the best way to test the strpos() return value in php?
What is composer phar?
Which will check if a function exists?
What is a php object?
How to do single and multi line comment in php?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
Can we override magic methods in php?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
What is php oop?
What are the encryption functions available in PHP?