SELEZIONARE'; while ($dato = mysql_fetch_array ( $res )) { $mat.=''; } $v_result = array('status'=>'OK', 'mat'=>$mat); $json = json_encode($v_result); echo $json; ?>