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 to use the COM components in PHP?

Answers were Sorted based on User's Feedback



How to 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 ?    6 Yes 4 No

How to use the COM components in PHP?..

Answer / prantik gautam

<?php
dl(extension.dll); //as com
?>

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More PHP Interview Questions

code to see the priview of the image which is being uploaded (after browising the image... just click priview ... how it will be visible...before uploading)

0 Answers   Satyam,


Is it possible to get the screen resolution and like with php?

1 Answers  


m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....

0 Answers  


How to read a file in binary mode?

0 Answers  


How to close a session properly?

0 Answers  


How does php isset work?

0 Answers  


Why is overriding runtime?

0 Answers  


What is difference between html and php?

0 Answers  


Is php a programming language?

0 Answers  


What is the use of "ksort" in php?

0 Answers  


How to change the principal password?

0 Answers  


What is the difference between characters 34 and x34?

0 Answers  


Categories