Hi
I have a form with two select boxes one display cityes from my state, (retrieved from database) the second display the streets from the previous selected city .
How can i check if a city was choosed to make the properly query in the streets for that selected city without having to submit the form?
Javascript can pass values to php variables? how?