I'm hoping some of the people here know why this crashes PHP.EXE.
My first attempt at using COM objects is not going well. What documentation I can find is pretty slim.
The ASP version of this code works.
<?
$auth = com_load("AUTHXOCX.AuthXOCXCtrl.1");
$value = com_invoke($auth, "CookieSWValue","name", "password");
setcookie("AXCOOKIELOGIN",$value);
print("value=[$value]<BR>");
?>
If you know of any good documentation, I'd appreciate it.
Thanks.
Windows 2000 Server SP3, fully patched
IIS 5.0
PHP 4.2.3