gpt4 book ai didi

PHP if 值 [...] 显示 :none in selectbox

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

如果 mysql db 值 12 [此值不重要] 在选择框上并且仅使用 PHP 和 HTML(而不是 javascript 等),我想不显示任何内容

我使用此代码进行显示:none;

<div <?php  echo $account->optionselect1; if ($optionselect1 == 12) " style='display: none';"; ?> id="12" type="text" name="12" class="12" >
<div class="col-xs-6 col-md-6">
<div class="form-group">
<label for="country">Ödeme Günü</label>
<input type="text" name="date" id="date" value="<?php echo @substr($account->date,0,16); ?>" class="form-control input-sm date">
</div> <!-- /.form-group -->
</div> <!-- /.col-md-4 -->
<div class="col-xs-6 col-md-6">
<div class="form-group">
<label for="city">Toplam Tutar</label>
<input type="text" name="city" id="city" placeholder="Tutar" value="<?php echo $account->balance; ?> Türk Lirası" class="form-control" minlength="3" maxlength="20">
</div> <!-- /.form-group -->
</div> <!-- /.col -->
</div> <!-- /.selectitem1 -->

我的选择框代码在这里;

<div class="row">
<div class="col-xs-6 col-md-12">
<div class="form-group">
<label for="optionselect1">Taksit Yada Tek Ödeme Seçiniz</label>
<select value="optionselect1" type="text" name="optionselect1" id="optionselect1" class="form-control">
<option >Seçin</option>
<option type="text" value="12">Tek Ödeme (Taksitsiz)</option>
<option type="text" value="13">2 Taksit</option>
<option type="text" value="val4">item 4</option>
</select>
</div> <!-- /.form-group -->
</div> <!-- /.col -->

我的回显代码($account->optionselect1)在这里;

@form_validation($insert['optionselect1'], 'optionselect1', 'Option Secin', 'min_length[1]|max_length[20]', __FUNCTION__);

MYSQL 数据库: dbname>til_accounts>optionselect1

但是显示:无不起作用

我认为我的回显代码是错误的。我应该做什么?

最佳答案

试试这个.. 在 If 条件下,我认为数据访问“if ($optionselect1 == 12)”是错误的。尝试与

' div if($account->optionselect1 == 12) ?> style='display: none'>'

关于PHP if 值 [...] 显示 :none in selectbox,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52384519/

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