How to use the COM components in PHP?

Answers were Sorted based on User's Feedback



How to use the COM components in PHP?..

Answer / pankajbisane


Use Following Code :

<?php

$objCom = new COM(“AddNumber.math”);
$result = $objCom ->AddTwoNum(2,2);
echo $result;

?>

Is This Answer Correct ?    6 Yes 4 No

How to use the COM components in PHP?..

Answer / prantik gautam

<?php
dl(extension.dll); //as com
?>

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More PHP Interview Questions

Tell us how can we display the output directly to the browser?

0 Answers  


what is the difference between ph4 and php5

2 Answers  


Does php has a future?

0 Answers  


What is the difference between php and java?

0 Answers  


i m a B.E,passed out few yrs bak failed to find good job due to less marks now thinkin of a career as PHP developer. is it a lucarative field and wat r career prospects; hv heard dat initial salary is very less bout 6k also most jobs r contrct jobs.pls guide me need ur valuable advice.pls hellppp!! thnx..

0 Answers   MNC,






What is Type hinting in PHP?

0 Answers  


Which function can be used to exit from the script after displaying the error message?

0 Answers  


Php says that an array is an ordered map. But how the values are ordered in an array?

0 Answers  


How to pad an array with the same value multiple times?

0 Answers  


What does the scope of variables mean?

0 Answers  


Tell me how is it possible to remove escape characters from a string?

0 Answers  


How does php server work?

0 Answers  


Categories