R
R
rowd2018-04-23 17:36:16
PHP
rowd, 2018-04-23 17:36:16

How to generate a QR code from the data that came from the form?

The site has a record for the event. The user leaves a name a surname, phone and soap. After submitting the form, the user should receive an email + a unique QR code containing the actual data from the form. Prompt in what direction in general to search for the information on implementation of such task.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Zemlyanoy, 2018-04-23
@Galamoon

Here is either the composer https://github.com/chillerlan/php-qrcode
You call http_build_query passing the form data into it, merge the result with the address of the form page, pass the result to the input of either.
profit!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question