How can I use the COM components in php?
Use following code:
<?php
$objCom = new COM(“AddNumber.math”);
$result = $objCom ->AddTwoNum(2,2);
echo $result;
?>
| Is This Answer Correct ? | 10 Yes | 2 No |
How does php isset work?
Why do we use namespace in php?
How values in arrays are indexed?
Which php framework is best for security?
What are the different data types in javascript?
How to create a mysql connection in php?
What does php exit do?
How big is varchar max?
Can we extend final class in php?
Can a php code encryted? Is it possible to execute the php file which is encrypted(without decrypting), if so pleaze tell me the way.
Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?
How to remove values saved in the current session?