Associating multiple MySQL queries w/ PHP?
        Posted  
        
            by anon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by anon
        
        
        
        Published on 2010-06-14T12:50:05Z
        Indexed on 
            2010/06/14
            12:52 UTC
        
        
        Read the original article
        Hit count: 242
        
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
© Stack Overflow or respective owner