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 |
Explain what is the difference between $var and $$var?
What is super () python?
What is the purpose of using php?
Where is the functions php in wordpress?
What is the difference between mysql_connect and mysql_pconnect ? Which one is good in terms of performance ?
Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?
What is difference between php and html?
How to retrieve the original query string?
What is htaccess in php?
How to remove html tags from data in php?
Which library is used in php to do various types of image work?
What is the most common http method?