How to make a tickets system? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make a tickets system?

Hello guys... I'm making a website for a Zoo as a personal project, and I have this page which is a tickets page where you need to buy a ticket or multiple ones in order to visit the zoo and then an Email will be sent to the visitor verifying the payment with a code or something. Any idea to make this whole process? I would appreciate your help and I'm completely open to other ideas that could do the job Thank you.

2nd Sep 2022, 5:17 PM
Bassel Alhasan
Bassel Alhasan - avatar
5 Answers
+ 3
It is quite complex and depends of details what you want to do. So you could search web for more information. I have found for you an example: https://codeshack.io/ticketing-system-php-mysql/#:~:text=A%20ticketing%20system%20is%20a%20customer%20service%20tool,populate%20on%20our%20webpage%20with%20HTML%20and%20PHP.
2nd Sep 2022, 5:54 PM
JaScript
JaScript - avatar
+ 4
Bassel Alhassan you are welcome!
3rd Sep 2022, 2:50 PM
JaScript
JaScript - avatar
+ 1
JaScript Yes it is complex like you mentioned and the example that you sent shows that as well, I have made a quick view of it, in fact I have searched the web for this but I think I didn't make my search accurate Thank you for sharing this with me I appreciate it, I'll give it a better look then apply it. 🤗
3rd Sep 2022, 6:27 AM
Bassel Alhasan
Bassel Alhasan - avatar
+ 1
You can use a cart that's already made like a PayPal cart or woocommerce for WordPress or just web search for ecommerce carts. Then you can code around it and implement it into your site how you see fit To do it totally from scratch, you'll need to create a database as well as ways to authorize with payment gateways. Quite exhausting I'd say
3rd Sep 2022, 6:56 AM
Jason Kennedy
+ 1
Jason Kennedy Thanks man I appreciate it, I will search for ecommerce carts before I make my final decision . Thank you once again man😁
3rd Sep 2022, 2:19 PM
Bassel Alhasan
Bassel Alhasan - avatar