Associating multiple MySQL queries w/ PHP?
- by anon
I am trying to create a simple inventory request system. A user can enter multiple SKU's that will query the inventory database.
My problem is I am trying to do is associate these multiple queries into a type of list. This list can later be retrieved and contains all queries that were submitted simultaneously. When the list is filled it can then be deleted.
Is this possible? I am just looking to be pointed in the right direction.
Thanks