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

What is $_ post in php?

0 Answers  


What is the use of limit in mysql?

0 Answers  


Is php dying 2018?

0 Answers  


Which escape sequences can be used in single quoted strings in php?

0 Answers  


Does apache use php?

0 Answers  


what is nl2br?

4 Answers  


Which php framework is best for web development?

0 Answers  


Does winrunner 8.0 or qtp 8.0 supports php

2 Answers  


Tell me how to create a session? How to set a value in session? How to remove data from a session?

0 Answers  


How is it possible to know the number of rows returned in the result set?

0 Answers  


What is the default session time in PHP and how can I change it?

13 Answers   VirtualSoft,


What is difference between action hook and filter hook?

0 Answers  


Categories