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 empty function c++?
How does php server work?
What is the use of Mbstring?
Difference between array_combine and array_merge?
What is phpsessid?
Which cryptographic functions in php returns the longest hash value?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
What is session and Cokkies . How it works . tell some thing about Session_id()
1 Answers DVS, Net Solution, PVWEBCO,
What type of headers that PHP supports?
I have two radio button, i click one radio button display one dropdown box, one text field. and then click another radio button display one text field.so any one give me good idea plz.....i used <div id="" style=display:none> but not work..
What is a helper function?
How to receive a cookie from the browser?