Ok, I am getting nuts with simple things…
I have this code:
$responce= new stdClass();
$responce->page = “1”;
$responce->total = “1”;
$responce->records = “2”;
$responce->rows = array();
$responce->rows[1]['id'] = “1”;
$responce->rows[1]['cell'] = array (“1”, “2”, “3”, “4”, “5”, “6”, “7” );
//$responce->rows [2] ['id'] = “2”;
//$responce->rows [2] ['cell'] = array (“1”, “2”, “3”, “4”, “5”, “6”, “7” );
echo json_encode ( $responce );
and it's not working for me…
the URL is:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top