chinmay.sahoo
New member
How can I use the COM components in php?
$obj1Com = new COM(“AddNumber.math”);
$res = $obj1Com ->AddNum(2,2);
echo $res;
?>