
So I'm working on a PHP-MySQL project for work, trying to create a site that will allow users to register for various professional development classes we're offering over the summer.
I've got it so they can enter their contact info and choose as many classes as they want, and the data is stored in a PHP session - pulling the class info from the DB.
But I just can't wrap my head around how I'm supposed to get that info into the damn DB, and it's pissing me off. It's the damn sessions for the class info - I adapted the code from a sample shopping cart program from a SAMS "Teach Yourself" manual, but I just don't get the variables they set up. It works, and dumps the info into the "store_tracker" table, but how do I get that damn data where I want it now?