Php/mysql Selecting data from table based on the input provided in a drop down
I am basically trying to select data from the backend mysql database based on the input gathered in a previous drop down. However, I am not able to get this working. Looks like I am missing something, but unable to…