Hello
I will take the time to explain :
this is a coach training website with subscribers
Today :
A subscriber starts an animation support that displays a QRcode and a session code (corresponding to a line in a database)
This session code is different for each subscriber. (for example 7F66A6)
Users (or players) scan the QRcode and then enter the session code. They can then participate in the animation which updates the database when they have validated their choice. (and the animation support of the subscriber updates in real time)
tomorrow :
I would like to automatically generate and display the QRcode which would contain the session code .
Thus, when the user scans the QRcode , I would like to be able to retrieve the session code so that the user no longer has to enter it.
So there are two questions :
-
How to generate and display a QRcode that contains the URL+session code
-
How to read the session code when the user has scanned the QRcode?
thanks a lot for your help