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?



How can I use the COM components in php?..

Answer / 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

More PHP Interview Questions

If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

0 Answers  


What is the importance of parser in php?

0 Answers  


Why should I store logs in a database rather than a file?

0 Answers  


Do you know what is the function func_num_args() used for?

0 Answers  


What are helpers in php?

0 Answers  


Does wordpress run on php 7?

0 Answers  


What is isset php?

0 Answers  


What are the uses of php language?

0 Answers  


What is data type in php?

0 Answers  


What type of comments are supported by PHP.

0 Answers  


Do csrf tokens expire?

0 Answers  


Why do we need abstract class in php?

0 Answers  


Categories