-3

How can I connect NFC in web application? Should i use a plugin or applet to read NFC in web apps using php or javascript.

I tried this one but it doesn't work.

https://www.youtube.com/watch?v=F5XOr30fQJE

Kevin Karl Leaño
  • 1,630
  • 3
  • 15
  • 20

1 Answers1

0

PHP is server side language. Data taken from NFC are sent to server and then could be processed by PHP but communication with NFC needs to be managed by another language, see https://w3c.github.io/web-nfc/ for more info

jros
  • 141
  • 1
  • 1
  • 11