How to change Qr code's data without changing the image.
Hi I'm trying to make something like this -> https://yokti.com/
Is it possible to edit a generated QR code's data without changing the actual image of the QR code?
@vincent15000 Yes exactly I also think that but can you check the link I gave you. Did they do the thing that I'm trying to do or did I understand it wrong?
@iftekhs Every QR code that they supply will have a unique ID, eg a UUID code. When you use the label and scan it, you are associating that unique UUID with the record you just created. Later you scan the same qr code and they just lookup the record by the UUID
@Snapey Yes so by scanning the QR-Code, you can access to different datas according to what is stored in the database under this UUID. That's a very good trick ;).
@Snapey Yes I understood it I was just wondering how your mobile scanner would give you all these data but turns put it just redirects it to their site where the data is being showed.