搜尋

首頁  >  問答  >  主體

分頁後第一頁可顯示,第二頁報錯

[8] Pay.php 第216 行中的ErrorException

未定義資料庫索引:data

$data = Request::get();

#$ one=日期('Ymd', strtotime($data['data']));

 $two=date('Ymd', strtotime($data['dataonly']));

$res=Db::table('hypost')->where('time_end','like',['%'.$one.'%','%'.$two. ' %'],'OR')                        ->where('shop',$shopname)  ->paginate(10);

   $this->assign('res',$res);

<輸入類型=“隱藏”值=“{$j=0}”/>

{volist name='res' id='see'}

   ;

        {$j};

       <td>{$see.shop}</td>

        {$see.tradeno};

{$see.fee}元

        {$see.code};

        {$see.result};

<td>{$see.time_end}</td>

    </tr>

#{/volist}

 


{$res|raw}


#
梁恒祥梁恒祥2384 天前1293

全部回覆(2)我來回復

  • 无忌哥哥

    无忌哥哥2018-07-04 11:46:18

    找到216行的  $data ,看看這個$data是哪裡來的

    回覆
    0
  • 梁恒祥

    謝謝 以解決,不清楚什麼原因,依照老師寫的程式碼就是執行不過,

    梁恒祥 · 2018-07-06 09:00:26
  • 取消回覆