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 |
Why die is used in php?
What’s the special meaning of __sleep and __wakeup?
how to store case sensitive data in mysql ? how repair mysql table? diff bet float, double,real? diff bet mysql_fetch_object() and mysql_fetch_array()? which version of mysql support procedure , trigger? diff php4 and php 5? op - 2+5+"8"=? how to create object in javascript? query - select games from team who won games 2/4/6? NaN command in php? How to offload System date in mysql? typecasting in php? how to convert string to two decimal no? how to parse xml file in php command line argument in php? diff bet $msg,$$msg? diff bet require(), include(), include_once()? tables in mysql?
What are the benefits of composer?
Which function will you use to create an array?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
Explain which cryptographic extension provide generation and verification of digital signatures?
how can i get USA time using php...
How I can control asset documents without GR/IR?
0 Answers i2U Systems, Industrial Hand Protection, Mutha Technosoft,
Explain me is multiple inheritance supported in php?
What is the difference between ereg_replace() and eregi_replace()?
Where sessions stored in PHP?