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 |
Can we use get instead of post?
Is false empty php?
Difference between mysql_connect and mysql_pconnect?
What is a substring in php?
What is the integer?
Any good PHP developer looking for change
Is empty check in php?
What is the use of magic function in php?
What is the function mysql_pconnect() usefull for?
How can you tell if a number is even or odd without using any condition or loop?
How do I end a php session?
What are the different types of php variables?