Page 1 of 1

Biometric Finger Reader

Posted: Sun Apr 20, 2008 6:18 pm
by brictonperezbarbsa
Is there anybody that can help me...I want to know where can I find a tutorial or something like that in order to start with FingerReader functions in php .

Thanks

Re: Biometric Finger Reader

Posted: Sun Apr 20, 2008 6:25 pm
by Kieran Huggins
hardware is only accessible from the OS, so your best bet would be to interface PHP with a command line fingerprint reader client.

That being said, the user's machine is not usually the same one as the server... sounds like you need to think this through some more.

Re: Biometric Finger Reader

Posted: Mon Apr 21, 2008 7:05 am
by Weirdan
Kieran Huggins wrote:That being said, the user's machine is not usually the same one as the server... sounds like you need to think this through some more.
Sounds like client-side part should be installed (it could be java applet or ActiveX component or Fireforx extension I think)