Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I am facing problem regarding connectivity of biometric machine with php web application

What I have tried:

I am facing problem regarding connectivity of biometric machine with php web application
Posted
Updated 16-Oct-19 10:18am
Comments
Richard Deeming 16-Oct-19 14:18pm    
Your PHP code runs on the server. It does not have any access to hardware connected to the client.

Other than that, you haven't described the problem.
Raghav Khurana 16-Oct-19 14:54pm    
i want to connect biometric machine with php web application using any api or some code
Richard MacCutchan 17-Oct-19 4:26am    
How is the biometric device connected physically? At the server, at the client, on a mobile ... ?
Please provide some proper details of your problem. Saying, "I want", does not tell us anything.
MadMyche 16-Oct-19 14:19pm    
Now that we know the problem... What have you tried to fix it? Is there some code you have?

1 solution

1. Identify what needs to be sent to the webserver
2. Build an AIP in PHP and install on webserver, to accept the values that are needed.
3. Create programming on BioMetric machine to collect the needed data, and push to API
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900