gpt4 book ai didi

Php Checkbox Checked 挣扎

转载 作者:行者123 更新时间:2023-11-28 07:31:56 26 4
gpt4 key购买 nike

好吧,我不知道我做错了什么,我正在尝试在勾选复选框时修改 css。

这是 HTML 代码:

<input type='submit' name='com' value="Ajouter commentaire" />
<input type="checkbox" name="checkboxh">

PHP:

if( isset($_POST['com']) && isset($_POST['checkboxh']) )
{
echo '<style type="text/css">
#com {
display: none;
}
</style>';
}
else
{
//do smth else
}

选中复选框并推送提交后,div 仍然可见。

最佳答案

您需要将id="com" 属性添加到div。

关于Php Checkbox Checked 挣扎,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31456521/

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