dongyouzhi7218 2017-10-17 07:07
浏览 26
已采纳

PHP,CODEIGNITER如何从隐藏视图的控制器添加

I have problem that my input "type" is never post in database because I don't give input type in the view (I want value of my type is set by controller/hidden)... and this is my code

Controller :

<?php
    public function addSmsCampaign() {
    if (isset($_POST['addSmsCampaign'])) {
        $this->form_validation->set_rules('campaign_name', 'campaign name', 'required|is_unique[campaigns.campaign_name]');
        $this->form_validation->set_rules('sequence_qty', 'sequence quantity', 'required|integer');
        $this->form_validation->set_rules('label_id', 'label id', 'required');
        $this->form_validation->set_rules('type', '', 'required');

    //if form validation true
        if ($this->form_validation->run() == TRUE) {
            $sms = 1;

            $newcampaign = [
                'campaign_name' => $_POST['campaign_name'],
                'sequence_qty' => $_POST['sequence_qty'],
                'label_id' => $_POST['label_id'],
                'type' => $this->input->post('type'),
                'created_at' => date('Y-m-d')
            ];
            $this->db->insert('campaigns', $newcampaign);
            redirect('userCont/sequenceform', 'refresh');
        }
    }
?>

and this is my view:

<form action="" method="POST">
    <div class="form-group">    
        <label for="campaign_name">Input Campaign Title </label>
        <input type="text" class="form-control" name="campaign_name" id="name">
    </div>

    <div class="form-group">
        <label for="sequence_qty">Sequence qty </label>
        <input type="text" class="form-control" name="sequence_qty" id="qty">
        <input type="hidden" class="form-control" name="type" value="1">
    </div>

    <div class="form-group">
        <label for="label_id">Choose Category</label>

        <select class="form-control"  name="label_id" id="label_id">
            <?php
            foreach ($label_content as $e) {
                echo "<option value='$e->id;'>" . $e->label_name . "</option>";
            }
            ?>
        </select>
    </div>

    <div class="text-right">
        <button class="btn btn-primary form-control" value="1" name="addSmsCampaign type">next</button>
    </div><hr>
</form>

every time I post value of type is default = 0, and I want set value to 1... thanks a lot

  • 写回答

1条回答 默认 最新

  • douchui7332 2017-10-17 07:31
    关注

    try changing name from 'type' to some other name in db, controller and view

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

报告相同问题?

悬赏问题

  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办
  • ¥15 kylin启动报错log4j类冲突
  • ¥15 超声波模块测距控制点灯,灯的闪烁很不稳定,经过调试发现测的距离偏大
  • ¥15 import arcpy出现importing _arcgisscripting 找不到相关程序
  • ¥15 onvif+openssl,vs2022编译openssl64