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 |
What is session in PHP. How to remove data from a session?
How can you compare objects in php?
How to convert a string to uppercase in php?
What is php pathinfo?
can anyone explain about stored procedure,Triggers and transaction in php?
For image work which library is used in php?
What is the functionality of the functions strstr() and stristr()?
Can you use both this () and super () in a constructor?
what is "mysql_pconnect", i know mysql_connect but what it is pconnect is their?
Which php function will attach one file to another?
Tell us how can we access the data sent through the url with the post method?
How to call a php function from another php file?