PHP-Freaks Posted February 13, 2014 Share Posted February 13, 2014 I have a list of students entered into a mysql table using the following fields: id, name, surname, address, towncode, streetcode, Another two tables has been designed so to normalize the schema: One is the Streets table streetcode, streetname, towncode .. and the other one is towns with the following fields: towncode, townname Now i need to design a form using php to filter students depending on the town (I select using the SELECT element of a form) , and as well on the street (I select using the SELECT element of a form) which fall under that town. Can someone help me out with this issue. Sorry but I am new to PHP!!!!!!! Link to comment https://forums.phpfreaks.com/topic/286168-using-multiple-form-select-elements-sync-together/ Share on other sites More sharing options...
ginerjm Posted February 13, 2014 Share Posted February 13, 2014 You need to design a form, or write a query to get your data first? Link to comment https://forums.phpfreaks.com/topic/286168-using-multiple-form-select-elements-sync-together/#findComment-1468743 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.