Hi everyone
I recently bought a PFace202 Device.
My old device - MultiBio700 - it was working with "php_zklib"
But i had a problem with my new device
My problem is solved when I edited current code to this:
Best Regards
$zk = new ZKLib("192.168.10.201", 4370);
$ret = $zk->connect();
sleep(1);
//if ( $ret ): //REMOVE IT!!!
$zk->disableDevice();
.
.
.
//endif //REMOVE IT!!!
Hi everyone
I recently bought a PFace202 Device.
My old device - MultiBio700 - it was working with "php_zklib"
But i had a problem with my new device
My problem is solved when I edited current code to this:
Best Regards