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
Can you explain, when to use if-else if-else over switch statements?
What is final class and final method in php?
Tell me how do I check if a given variable is empty?
How are cookies created?
What is the use of @ in php?
How long does a php session last for?
How to set a value in session? How to remove data from a session?
Where is session id stored?
Where is session value stored php?
Explain the syntax for âforeachâ loop with example.
Explain include(), include_once, require() and require_once?
Write a program in php to reverse a number?
How can we access the data sent through the url with the post method?
Does browser understand php?
What is csrf token and how it works?