954,506 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to use fingerprint scanner with php program

i am doing a project, its a database system and i need to use fingerprint scanner.i am using php and i am new to it. is ther a way that i can use fingerprint scanner?

dpaula
Newbie Poster
1 post since May 2005
Reputation Points: 10
Solved Threads: 0
 

Hello dpaula i am trying to do the same as you user authentication using php mysql and a fingerprint reader, is it possible, can you help me? what did you find?

Thanks in advance

ildeher
Newbie Poster
1 post since Mar 2009
Reputation Points: 6
Solved Threads: 0
 

Hi dears:
I am also doing the same project if u people find any thing helpful please share it
with me
my id is
SNIP

zeeshan_kust
Newbie Poster
23 posts since Mar 2009
Reputation Points: 6
Solved Threads: 0
 

how i can attache finger print reader to Php

subhash 8886
Newbie Poster
1 post since Oct 2009
Reputation Points: 10
Solved Threads: 0
 

Rubber bands?

Read the API for your scanner.

Ezzaral
Posting Genius
Moderator
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
 

Hi
I have implemented this in my Final project, you buy SDK of your thumb scanner, or it would be free with your thumb scanner driver, then do work in C# and connect C# with mysql, connect php with mysql and communicate among both languages.

Another way is to use C++ language, use SDK C library and work in C++, pass the object to php using connection bw C and php.

Regards
Muhammad Atif Agha

atifagha
Newbie Poster
1 post since Jun 2010
Reputation Points: 10
Solved Threads: 0
 

I believe PHP cannot directly deal with any hardware, leave aside the scanner. Rather, the actual scanning and verification must be via a native language like C or VB. So the scan results are 'passed' between them and the PHP code...

itsols
Newbie Poster
9 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 

That may not be entirely true, if you were you use a magnetic/smart card reader many of those act as keyboard emulators. So long as you point the information at the correct field(s) the information will be input into the fields as though it had been typed out using the keyboard. While I've never dealt with fp scanners if any of them act as keyboard emulators you would in fact be able to use php and a bit of javascript to parse the scan and input into the necessary field.

zipsfan
Newbie Poster
1 post since Jan 2012
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You