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.
我正在建立一个文本上传网站。当您在本网站上发布文字时:http ://www.youngcreativity.se/post.php
我想要一个按钮,您可以在其中选择文本类别。
当用户选择例如诗歌时,他/她的文本应该上传到诗歌类别。
请帮我!
你已经接近了,你只需要在你的选择框中添加一个“名称”属性,比如
<select name="category">...</select>