I'm just getting into sessions and have successfuly extracted data from my MySQL database into session variables - what I need help in figuring out is how to change those session variables based on a drop list form submission - the value of the item chosen will be the key to extracting new data from the database and changing the session variables based on the new id (where id='drop_list_choice') How would I do that? I get the idea from user login sessions that end when you logout - the logout page usually being a page with session_unregister functions - I want this all to happen on the same page, and I only want the current session to be flushed when you replace it with the new - hope that's clear
Regards,
Gordon