How can I use the COM components in php?
Use following code:
<?php
$objCom = new COM(“AddNumber.math”);
$result = $objCom ->AddTwoNum(2,2);
echo $result;
?>
Is This Answer Correct ? | 10 Yes | 2 No |
How can we convert asp pages to PHP pages?
What is the use of $_server and $_env?
How to open standard output as a file handle?
How to change the principal password?
What is register_globals in php?
6 Answers Castling IT, HCL, Intel Soft Solutions, Millennium,
How can we display information of a variable and readable by a human with php?
Tell us what does $_cookie means?
Distinguish between urlencode and urldecode?
How to replace a text in a string with another text in php?
what is the difference between mysql_fetch_array() and mysql_fetch_row()?
Do you know what is the difference between the include() and require() functions?
What is regular expression in javascript?