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 does php session work?
Which php framework is best?
How data or variable can be receive or send from PHP to HTML page??
Tell us how to create an array of a group of items inside an html form?
How do you pass a variable by value?
How to find the index of an element in an array php?
Why do you need to filter out empty files?
Is false empty php?
What changes to done in PHP.ini file for file uploading?
how to count how many sundays in month?
Explain me how failures in execution are handled with include() and require() functions?
how to make website package setup like desktop software setup ... that front end and backend can include in setup like single package...?