Hi All,
I have a question about a select box, I have a select box on the client side account.php with a list of States/Provinces and I already have other fields like address, name, email and etc.
I have a col in a database called state that's where user state info stores when I press update account, everything updates perfectly, but I wanna make sure my select box stays selected to whenever a user click on the update button and when they logback in it would stays "selected" when i choose my state now and update, it will update in the db but on the page when i logback in it goes to the first option box
Any simple example i could have that would be great!!