Ticket System in PHP - #4 Ticket Creation
Introduction:
This tutorial is the fourth part in my series of how to create a PHP based ticket system. This part will be covering inserting the generated ticket/random string in to the 'tickets' table within your database.Event:
We only want to insert a new ticket when a certain event occurs, this event will be when the 'Forgotten Password' link or button is clicked/selected.- Read more about Ticket System in PHP - #4 Ticket Creation
- Log in or register to post comments
- 974 views