How to use the COM components in PHP?
Answers were Sorted based on User's Feedback
Use Following Code :
<?php
$objCom = new COM(“AddNumber.math”);
$result = $objCom ->AddTwoNum(2,2);
echo $result;
?>
| Is This Answer Correct ? | 6 Yes | 4 No |
What is exception in php?
Can we override static method in php?
How can we access the data sent through the url with the post method?
What is the difference between client-side and server-side programming?
What is sql injection in php?
Tell me is it possible to submit a form with a dedicated button?
Tell me what types of loops exist in php?
Which php framework is best?
What is advanced php programming?
How to increase the maximum execution time of a script in php?
How do you display the output directly to the browser?
What is indexing in mysql and how do we create indexing in mysql