I have a php variable that has its value.
ex: "AREA 05"
This is displayed in the input. I have a table that is related to the logins according to these areas. How do I and if it is possible to use this php variable to popular the html select tag with its respective logins, ie the select is populated according to its area. Is it possible?