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 |
How do I run a php program in dreamweaver?
What is the advantage of runtime polymorphism?
What are the functions to be used to get the image's properties (size, width and height)?
What is a lambda function in php?
What is prepared statement in php?
What is htmlspecialchars?
What is baseurl?
What library is used for pdf in php?
Tell me what is the difference between get and post?
How can we check the value of a given variable is a number?
How data or variable can be receive or send from PHP to HTML page??
Does browser understand php?