根据下拉列表更改数据库值(PHP,MYSQLi)

时间:2015-06-22 17:17:58

标签: php html mysqli assign

由于我是PHP的高级副新手,我想知道如何使用下拉选项列表来更改数据库值。

页面的用户视图:这是用户将在网页上看到的内容。用户应该能够通过选中具有复选框的传感器并使用下拉列表将传感器分配给特定学校来分配传感器。 This is what the user will see on the webpage. The users should be able to assign the sensors by selecting the sensors with the checkbox and using the drop down list to assign the sensor to a particular school.

SenSG表:这是表格Sensg,其中存储了所有传感器的信息。 school_id是当用户复选传感器并在下拉列表中选择学校时我想要更改的值。 This is the table, Sensg, where all the sensors' information are stored. The school_id is the value which I would want to change.

学校表:这是学校的表,所有学校都有各自的school_id。 school_id不会自动递增。

This is the table, School, where all the schools with their respective school id.

当我使用下拉列表将特定或更多传感器分配到相应学校时,如何更改SenSG表的school_id,它将根据下拉列表更改其值。

例如, 如果我勾选第一个传感器并选择'共和聚'选项的下拉框,则SenSG表中的school_id应根据下拉值更改。

我如何在PHP中完成此操作,因为我完全迷失了。

谢谢。

0 个答案:

没有答案