第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

如何在方法 GET php CodeIgniter 中獲取多個(gè)值的一個(gè)變量

如何在方法 GET php CodeIgniter 中獲取多個(gè)值的一個(gè)變量

PHP
婷婷同學(xué)_ 2023-04-02 10:59:35
URL 創(chuàng)建 http://localhost/ci_search/product_filter/1?brand=Honor&brand=Infinix&brand=VIVO我要的網(wǎng)址http://localhost/ci_search/product_filter/1?brand=Honor,Infinix,VIVO<form id="form" method="GET" action="<?= base_url('product_filter/filter_url') ?>"><div class="container">    <div class="row">foreach($brand_data->result_array() as $key=>$row)                {                ?>                <div class="list-group-item checkbox">                    <label><input  type="checkbox" name="brand[]" class="common_selector brand" value="<?php echo $row['product_brand']; ?>" > <?php echo $row['product_brand']; ?></label>                </div>                <?php                }                ?></div>查詢器$(document).ready(function(){$(".brand").change(function() {if(this.checked) {    //Do stuff    alert(get_filter('brand'));    $("#form").submit();}});function get_filter(class_name)    {        var filter = [];        $('.'+class_name+':checked').each(function(){            filter.push($(this).val());        });        return filter;    }});
查看完整描述

1 回答

?
牧羊人nacy

TA貢獻(xiàn)1862條經(jīng)驗(yàn) 獲得超7個(gè)贊

起初我曾經(jīng)使用post 請(qǐng)求implode拆分?jǐn)?shù)組


$brand=$this->input->post('brand');

$brands=implode(",",$brand);

然后我重定向到一個(gè) url 獲取請(qǐng)求


redirect(base_url('product/category/detail?').'brand='.$brands);


查看完整回答
反對(duì) 回復(fù) 2023-04-02
  • 1 回答
  • 0 關(guān)注
  • 127 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)