[pmapper-users] $_SESSION['JSON_Results'] in v2.1.2
Brought to you by:
arminburger
From: SeUr2000 <seu...@gm...> - 2006-11-14 13:54:17
|
I all, thi is the array $_SESSION['JSON_Results'] in query.php ============================================= [ [{"name": "FEATURE", "description": "CAMPO", "header": ["@","CAMPO"], "values": [ [{"shplink": ["FEATURE","4226"," 2460422.11615+4526640.80874+2460932.26552+4527191.23333"]}, {"hyperlink": ["FEATURE","CAMPO","3735","3735"]}]]} ], {"allextent": "", "zoomall": false, "autozoom": "highlight", "infoWin": "window"} ], referer: http://seur2000/pmapper/map.phtml?winsize=undefined&language=it&config=lscn ======================================= if I store information in a cookie as I can add them to a new Array so that it has as turned out more elements it selects ? [ [{"name": "FEATURE", "description": "CAMPO", "header": ["@","CAMPO"], "values": [ [{"shplink": ["FEATURE","4226"," 2460422.11615+4526640.80874+2460932.26552+4527191.23333"]}, {"hyperlink": ["FEATURE","CAMPO","3735","3735"]}]]} ], {"allextent": "", "zoomall": false, "autozoom": "highlight", "infoWin": "window"} ], referer: http://seur2000/pmapper/map.phtml?winsize=undefined&language=it&config=lscn + [ [{"name": "FEATURE", "description": "CAMPO", "header": ["@","CAMPO"], "values": [ [{"shplink": ["FEATURE","4157"," 2460307.16254+4526809.98302+2460474.02816+4527009.52377"]}, {"hyperlink": ["FEATURE","CAMPO","4354","4354"]}]]} ], {"allextent": "", "zoomall": false, "autozoom": "highlight", "infoWin": "window"} ], referer: http://seur2000/pmapper/map.phtml?winsize=undefined&language=it&config=lscn tancks |