Welcome Guest, Not a member yet? Register   Sign In
QUERY_STRING
#1

[eluser]Unknown[/eluser]
sorry my english not good Big Grin

my parameter is "http://localhost:2525/simdis/jqGrid/getData?page=1&rows=5&sidx=GD_Peruntukan&sord=asc"

how to get value : page,rows,sidx,sord

in my controler

function getData(strUrl){

$page = .....
$rows = .....
$sidx = .....
$sord = .....


}
#2

[eluser]Seppo[/eluser]
http://localhost:2525/simdis/jqGrid/getD...n/sord/asc

Code:
function getData(){
$data = $this->uri->uri_to_assoc();
echo $data['page'];
echo $data['rows'];




Theme © iAndrew 2016 - Forum software by © MyBB