Dear griaule:
I buy a sample finger scanner and install trial-version on my pc(window xp),
downloaging http://www.griaulebiometrics.com/page/en-us/system/files/private/samples/GrFinger_Javascript-PHP.zip
uploading server-side all files to http://xxx.xxx.xxx.xxx/testsdk/ (not install 2009 SDK java version)
chang the url_server code to this url in GrFinger.js,
and install 2009 SDK windows and setup tje scanner(fs 80) driver.
When disable $grs->initialize() ,I can get the $_POST['tpt'] string by server when enroll and identify.
but use $grs->initialize() ,my server error log return the error of ' PHP Fatal error: Class 'COM' not found '.
I saw the teaching video from froum,it seems like only support windows based apache and mysql?
On my situation,how to correctly to use the 'GrFingerX = new COM('GrFingerX.GrFingerXCtrl.1')' on my linux server to call the sdk?
thanks~