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
Do you know what does $globals means?
What is the purpose of the php empty function?
What is http get and post?
What is difference between session and cookie in PHP?
How many functions are there in php?
What are the benefits of using queries?
What is polymorphism php?
What is isset php?
How to check an element is exists in array or not in php?
what are interfaces and Abstart classes
What is the function mysql_pconnect() useful for?
How to get the position of the character in a string in php?
What is a php array?
Define about declare construct?
Which cryptographic extension provide generation and verification of digital signatures?