Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can I use the COM components in php?

Answer Posted / pankajbisane

Use following code:

<?php

$objCom = new COM(“AddNumber.math”);
$result = $objCom ->AddTwoNum(2,2);
echo $result;

?>

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function used to change the root directory in PHP?

1063


Is null or empty c#?

963


List data types in PHP?

1093


How can we set and destroy the cookie in php?

1026


Tell me what is mean by an associative array?

1156


Explain what does the function get_magic_quotes_gpc() means?

983


Is php session id unique?

1016


Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?

1184


How do I escape in php?

1059


Where session is stored?

1032


How to increase the execution time of a PHP script?

1101


When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?

1020


What is whitespace in html?

1069


What are the php functions?

1067


What are the steps involved to run php?

1117