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
Biometric Finger Reader
Moderator: General Moderators
-
brictonperezbarbsa
- Forum Newbie
- Posts: 2
- Joined: Sat Apr 12, 2008 12:51 am
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: Biometric Finger Reader
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.
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
Sounds like client-side part should be installed (it could be java applet or ActiveX component or Fireforx extension I think)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.