doudang8824 2014-05-17 10:51
浏览 59
已采纳

如何链接单选按钮与枚举?

im making a webshop to assemble your PC and i have radiobuttons for each part of the computer.

example:

<Form name ="formprocessor" Method ="Post" ACTION ="radioButton.php">
        <Input type = 'Radio' Name ='processor' value= 'b1'>Intel® Core™ i3 4130 3,4 GHzU</br>
        <Input type = 'Radio' Name ='processor' value= 'b2'>Intel® Core™ i5 4670K 3.40 Ghz </br>
        <Input type = 'Radio' Name ='processor' value= 'b2'>Intel® Core™ i7 4770K 3.5 GHz </br>

        </FORM>

now i dont know how to add enumeration to this form.

  • 写回答

1条回答 默认 最新

  • douwen1549 2014-05-17 11:00
    关注

    An example of the form handler:-

    // Get the submitted form data
    $processor = $_POST['processor'];
    $ram = $_POST['NAMEFORRAMHERE'];
    
    // Connect to MySQL
    $con = mysqli_connect("HOST","USER","PASSWORD","DATABASE");
    
    // Check connection
    if (mysqli_connect_errno()) {
        echo "Failed to connect to MySQL: " . mysqli_connect_error();
        die();
    }
    
    // Insert into database
    mysqli_query($con, "INSERT INTO cart (processorType, ram) VALUES ('$processor', '$ram')");
    

    You can add in as many variables as you want, assuming that you are familiar with SQL. You should replace NAMEFORRAMHERE with the name of the radioButton group for RAM selection. Also, please note that you have to put inverted commas into the query if you want to use variables. For example, '$processor' and '$ram' as shown in the code above.

    Good luck!

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

报告相同问题?

悬赏问题

  • ¥15 Oracle触发器记录修改前后的字段值
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器