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 |
code to see the priview of the image which is being uploaded (after browising the image... just click priview ... how it will be visible...before uploading)
Is it possible to get the screen resolution and like with php?
m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
How to read a file in binary mode?
How to close a session properly?
How does php isset work?
Why is overriding runtime?
What is difference between html and php?
Is php a programming language?
What is the use of "ksort" in php?
How to change the principal password?
What is the difference between characters 34 and x34?