Page 1 of 1
php code that can read fingerprint.
Posted: Mon Aug 17, 2009 7:23 am
by ugwu benjamin
Is it possible to write php code that can read fingerprint through a web form and send
it to a receiving database? If possible how?
Re: php code that can read fingerprint.
Posted: Mon Aug 17, 2009 8:03 am
by onion2k
No, it's not possible.
Re: php code that can read fingerprint.
Posted: Mon Aug 17, 2009 9:30 am
by juma929
That would be cool.
Re: php code that can read fingerprint.
Posted: Mon Aug 17, 2009 10:18 am
by pickle
PHP is run server-side, so there's no way PHP itself can read input directly from the user. It would be possible, however, to have a fingerprint reader that converts a fingerprint into some arbitrary number. If the reader is set up to provide input to a webpage (as in, it's acting like a keyboard), then once you submit the form, you can get that fingerprint information.