Answer the question
In order to leave comments, you need to log in
How to read the nfc tag and transfer the processing to the web server?
Perhaps it looks wild, but the task is as follows:
There is a card with an nfc chip, which conditionally has some kind of code that we read with an nfc reader with a write function.
It is necessary to send this code to a site that processes and checks for the presence of this code in the database, and ideally sends a request to change the code in the chip or modify it.
I basically use the good old php, but if possible, write on what it’s really possible to do it, I’m ready to at least catch on to something. Thanks in advance !
Answer the question
In order to leave comments, you need to log in
Let's start with the fact that php in this question can only be used on the server (site).
Your nfc reader turns out to be a spherical horse in a vacuum.
This is most likely a device with a usb connection.
And here it is already necessary to start further from the SDK, which you can find on the manufacturer's website.
Since you have to write your application for the operating system and in the programming language from which you can call the found library.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question