Hi Guys, I need help with updating a Session Variable using Javascript, my goal is to have a text filed that will accept numeric input, then onblur or onChange, the PHP session variable must be updated with the new numeric value, how can I do this?
Thank you in advance.