codeigniter get value from url


การตั้งค่าและคำสั่งในการรับค่าจาก url 
enable url helper in config/autoload.php

$autoload['helper'] = array('url');

หรือใส่ helper ใน controller 
$this->load->helper('url');

ตัวอย่างกำหนดรับค่า parameter 

$this->uri->segment(1);

$this->uri->segment(2); 

บทความยอดนิยมในหมวดนี้

สร้าง button + CSS ง่าย ผ่านเว็บ

วันที่เผยแพร่: 26/10/2019

วิธีการซ่อนไฟล์ .php โดยใช้ .htaccess

วันที่เผยแพร่: 26/10/2019

Access component One method from component Two

วันที่เผยแพร่: 17/12/2022