Phpmyadmin 单击dropdownlist时应在新表中显示外键和主键

Phpmyadmin 单击dropdownlist时应在新表中显示外键和主键,phpmyadmin,mysql-error-1064,Phpmyadmin,Mysql Error 1064,它保存数据库中的值,当我单击按钮时,它应该显示另一个表中的产品名称、产品id和订单id <html> <body> <select nam`enter code here`e="difficulty"> <option type`enter code here`="text" id="easy" value="easy">easy</option> <option type="text" id="com`enter

它保存数据库中的值,当我单击按钮时,它应该显示另一个表中的产品名称、产品id和订单id

<html>
<body>
<select nam`enter code here`e="difficulty">
    <option type`enter code here`="text" id="easy" value="easy">easy</option>
    <option type="text" id="com`enter code here`fortable" value="comfortable">comfortable</option>
    <option type="text" id="hard" value="hard">hard</option>
    <option type="text" id="veryhard" value="veryhard">very hard</option>
    <option type="text" id="hardest" value="hardest">Hardest ride in the world!</option>
</select>

</body></html>

容易的
舒适的
坚硬的
很难
世界上最艰难的旅程!

不清楚最终结果应该是什么样子。你能举例说明吗?你已经试过什么了?很抱歉