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
How do sessions work in php?
Tell me what is the difference between get and post?
How to store the uploaded file to the final location?
Does php use html?
What does $_env means?
What is mysql_fetch_object?
Why is facebook still using php?
What is the main difference between require() and include()?
What exactly is PHP?
How to enable cURL in PHP?
What is htaccess in php?
How to convert strings in hex format?
What is regular expression in php?
For image work which library is used in php?
What is string and its function?