需要有关创建数字化票务入场系统的建议 [英] Need advice for creating a digitized ticketing admission system

查看:44
本文介绍了需要有关创建数字化票务入场系统的建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我认识这个在东海岸经营俱乐部的人,他使用腕带作为俱乐部的入场券.他想摆脱这些腕带,因为人们一直在制造假腕带.

So I know this guy who runs a club on the east coast and he uses wristbands as admission for his club. He wants to get rid of these wrist bands because people have been creating phony ones.

所以我计划让每个买票的顾客都收到一个带有二维码的电子邮件地址.售票员将客户姓名和电子邮件输入我正在开发的系统中,该系统将生成一个字母数字代码并在 SQL 数据库中使用该客户姓名(字符串)、id#(主键)、isVerified 创建一个新列(布尔值)和字母数字代码.

So I plan on having every customer who buys a ticket receive an email address with a QR Code. A ticket seller would enter the customer name and email into my system I'm developing, that system will generate an alphanumeric code and create a new column in an SQL database with that customer name(String), id#(PRIMARY KEY), isVerified(boolean) and alphanumeric code.

字母数字代码将用于二维码,将在俱乐部入口处进行验证.

The alphanumeric code will be used for the QR Code which will be verified at the entrance of the club.

有谁知道在线某处是否有教程或指南,用于与我尝试创建的系统非常相似的系统?非常感谢.

Does anyone know if there are tutorials or guidea somewhere online for a system very similar to what I'm trying to create? Thanks a bunch.

推荐答案

这里有一个类似的 stackoverflow 问题(关于二维码):使用 PHP 动态生成二维码

Here is a similar stackoverflow question (concerning QR codes): Dynamically generating a QR code with PHP

关于系统本身,你大概可以使用现有的系统,根据order_id(或类似的)创建二维码

Concerning the system itself, you can probably use the existing system, and create the qr code based on the order_id (or something similar)

这篇关于需要有关创建数字化票务入场系统的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆