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 |
Is php a dying language?
What is properties of class?
Which framework is best for php development?
Write the statements that are used to connect php with mysql
What is static variable in php?
How to redirect https to http url and vice versa in .htaccess?
What is the use of php and mysql?
How to redirect a page in php?
how many ways we get current date in php
What is laracast?
How do you remove whitespace from the beginning and end of a $string variable?
How can you tell if a number is even or odd without using any condition or loop?