Converting Javascript to PHP Variable

QuestionsConverting Javascript to PHP Variable
sethbeckerman5 Staff asked 4 years ago

I'm looking for some help I am trying to get the value that is selected on the first dropdown (id="select1") without submitting the form after some research I have been able to get the value of the first dropdown and output it with an alert with the below.

What I'm struggling to do is store it as a php variable which I can use in the second dropdown (id="select2) this is my code any help with pointing me in the right direction would be appreciated.


View on Stack Overflow