Options

Using CFRONT OCX with PHP

dagviggodagviggo Member Posts: 20
Hi!

Has anyone used the CFRONT OCX with PHP?

I'm trying something like this, but the browser never stops loading. The "explorer-flag" keeps going and going, it doesn't give me an error message to work with.

My php code:

<?php
...
$obj = new COM("CFRONT.CFRONTCtrl.1") or die("Unable to instantiate CFRONT");
...
?>

Any help would be appreciated!
Sign In or Register to comment.