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 |
What is $_ post in php?
What is the use of limit in mysql?
Is php dying 2018?
Which escape sequences can be used in single quoted strings in php?
Does apache use php?
what is nl2br?
Which php framework is best for web development?
Does winrunner 8.0 or qtp 8.0 supports php
Tell me how to create a session? How to set a value in session? How to remove data from a session?
How is it possible to know the number of rows returned in the result set?
What is the default session time in PHP and how can I change it?
What is difference between action hook and filter hook?