RE: [PHP-WIN] Call ActiveX component

2005-01-15 Thread Shrock, Court
day, January 14, 2005 6:15 AM To: php-windows@lists.php.net; [EMAIL PROTECTED] Subject: [PHP-WIN] Call ActiveX component Hi there I'm trying to call an ActiveX object from PHP. The code in ASP looks as follows: Set DelphiASPObj = Server.CreateObject("ClientBalance.coClientBalance"

[PHP-WIN] Call ActiveX component

2005-01-14 Thread Louis Young
Hi there I'm trying to call an ActiveX object from PHP. The code in ASP looks as follows: Set DelphiASPObj = Server.CreateObject("ClientBalance.coClientBalance") DelphiASPObj.GetClientBalance (Trim(Session("Outlet")) & "E") , Trim(Application("FinURL")), ReturnBalance I tried this in PHP: $Del