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 does the scope of variables means?
In php, how to redirect from one page to another page?
Explain me soundex() and metaphone()?
What is isset in php?
What is the use of preg_match in php?
What is difference between required and require_once in php?
What is php.ini & .htacess file?
What is the use of array_count_values() in php?
Is nan in javascript?
Explain about the $_GET variable of PHP?
What is the use of "enctype" attribute in a html form?
Hi all,, im completely new to PHP, started learning just 2 days before. Can anybody tell me how to run a PHP file to see the program's output? i have created some simple program in Dreamweaver CS3 but don't know how to run it...