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 interface? Why it is used?
What is cookie in php with example?
How can we get the browser properties using PHP?
What is the purpose of the '.frm' file extension? What do thes file contain?
What is the use of hooks?
Why shouldn't I use mysql_* functions in php?
What is php pathinfo?
what is the post and get method??
What are the core OOP’s concepts?
Explain how to submit form without a submit button.
How is a constant defined in a PHP script?
What is overloading in php?