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 |
What is an array in php?
Explain Type hinting in PHP?
Want to know the 10th max salary in salary table
Functions in IMAP, POP3 AND LDAP?
1 Answers Rushmore Consultancy,
How can we send mail using JavaScript?
What is __ construct in php?
How to find the length of a string?
What is register_globals in php?
6 Answers Castling IT, HCL, Intel Soft Solutions, Millennium,
How many ways we can give the output to a browser?
Hi all, I have a problem in Apache on windows xp.I tried to unistall apache and install it again. But when in did the installation again, and tried to run apache, i get the following error message, Socketaddresse can just be used once. Make_sock: could not build to address 0.0.0.0.80 No listening sockets available.Shutting down Unable to open logs. and i also get (error) OS2. The system cannot fine the installed service named "Apache2". Please i need some one to help me out with this.I'm really fustrated cuz i need this stuff working as fast as possible. PLEASE HELP ME
what are the current or latest versions of LAMP ? Linux, Apache, MySql, PHP
How to take a substring from a given string in php?