I am creating a system for a pizza shop that involves 3 pages. One is where the cashier clicks on menue items and it creates a temporary list with a name, time, and price attatched. This is then sent to the pizza section if pizza is on the slip (pizza page) or the “sub” page if not.
My only question is is it best to utilize mySQL databases in this instance where the data is temporaty? or some other method?
This will be on a site that is secure and password protected, so security is not my concern.
Thanks,
KEvin