gpt4 book ai didi

php - 无法将单选按钮的值作为字符串插入 MySQL 数据库

转载 作者:行者123 更新时间:2023-11-29 01:02:11 25 4
gpt4 key购买 nike

语言:OO PHP 5+数据库:MySQL

我正在尝试使用单选按钮从表单中插入数据,方法是获取单选按钮的值,然后插入到 MySQL 数据库中。我可以在使用文本字段收集数据的表单上插入任何内容,但是当我尝试插入单选按钮的值时,插入只会将相应的数据库字段留空。我在我的 Insert 语句中使用它作为参数(这些字段在类的顶部分配):

$this -> myTextfield // this works
$this -> myRadioButtonValue // this doesn't seem to grab the value as it inserts a blank entry.

非常感谢您的帮助。

friend

最佳答案

确保您已经为单选按钮指定了一个 value 属性,例如:

<input type="radio" name="somename" value="my value goes here !" />

关于php - 无法将单选按钮的值作为字符串插入 MySQL 数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2382778/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com