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 the use of final class in php?
How do I stop php artisan serve in windows?
What are the advantages of triggers in php?
What are the functions for imap?
What is meant by âpassing the variable by value and reference' in php?
What is the use of explode() function?
Explain about looping in PHP?
What is $_ server request_method == post?
Tell me is it possible to remove the html tags from data?
What is overriding in php?
How do I see how many pages per session in google analytics?
Name some of the functions in php.
What is apache and php?
What are php magic quotes?
Tell me how can I display text with a php script?