I am trying to update/create session variable when I change the option thru a drop-down box. TThe value is stored in a javascript function. Can any1 tell me how I can pass this
Session data is altered with the server, while Javascript can only alter client-side data (such as cookies).
You can, however, create a solution by creating a new PHP page that passes a variable within the GET/POST request, then alters the session.