douhuo3696 2017-02-16 11:29
浏览 7
已采纳

下拉添加到html字段但在db中无法看到输出

According to requirements, I have added dropdown box in a field of my html form.As soon as I submit the form, all information is added to my db in phpmyadmin except that dropdown field. An error is displayed as:

"Notice: Undefined index: Country in C:\xampp\htdocs\process.php on line 13"

And information is saved in my db. "Information Added"

<div class="container13">
    <button type="submit"><a href="emsolutions.co.in" target="_blank">Submit</button></a>
</div>
<div class="container13">
    <button type="submit"><a href="emsolutions.co.in" target="_blank">Submit</button></a>
</div>

But I want it to submit with all entries.

  • 写回答

1条回答 默认 最新

  • dongzi0857 2017-02-16 11:31
    关注

    You can't write muliple selection form a dropdown to a single db field.

    If you have muliple values selected Country will be an array in PHP: How to get multiple selected values of select box in php?

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)