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 |
Is salary fixed or variable cost?
Are react hooks stable?
Tell us what is the difference between session_unregister() and session_unset()?
How can I loop through the members of an array?
1 Answers Rushmore Consultancy,
How to get the IP address of the client/user in PHP?
Explain what does $_files means?
What is meant by nl2br()?
4 Answers Rushmore Consultancy,
Why session is required?
Explain different sorting function in php?
Explain me what is the use of 'print' in php?
Do you know what does $globals means?
What is the use of count() function in php?