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

what is session_set_save_handler in PHP?

0 Answers  


What is an associative array?

0 Answers  


What are the design patterns in php?

0 Answers  


how much can a 1yr experienced php programmer earn in india?

9 Answers   TCS, Tops Technologies,


What is die in php?

0 Answers  






How many requests will be send to server and response coming from server when you open a web page (e.g. xyz.php) which has an image tag?

3 Answers   Persistent,


What is http get and post?

0 Answers  


How many types of arrays are there in php?

0 Answers  


What is the phpstorm?

0 Answers  


Which is better wamp or xampp?

0 Answers  


How to take a substring from a given string?

0 Answers  


Shopping cart online validation i.e. how can we configure Paypal, etc.?

1 Answers   INDUS,


Categories