Biometric Finger Reader

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
brictonperezbarbsa
Forum Newbie
Posts: 2
Joined: Sat Apr 12, 2008 12:51 am

Biometric Finger Reader

Post 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
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Biometric Finger Reader

Post 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.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Biometric Finger Reader

Post 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)
Post Reply