Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个表单,我可以在其中使用下拉列表和简单文本字段在表中输入新记录的数据,然后通过 .php 文件提交。
我有一个简单的表单,只使用输入框:
我有一个单独的下拉框,可以显示选择:
是否可以将这些表单合并到一个页面中,使用一个提交按钮,使用 PHP 和 MySQL?