[mapserver-users] PHP run-time substitute CGI parameter problem

2012-11-09 Thread akoel
I have this part of a MAP file: /LAYER ... DATA . =%selected_nid% --- VALIDATION selected_nid ^[0-9]+$ END ... END/ I want to substitute the selected_nid variable in run-time under PHP script. (I can do it with Openlayers) The problem is that I could not find any

Re: [mapserver-users] PHP run-time substitute CGI parameter problem

2012-11-09 Thread Lime, Steve D (DNR)
09, 2012 6:11 PM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] PHP run-time substitute CGI parameter problem I have this part of a MAP file: /LAYER ... DATA . =%selected_nid% --- VALIDATION selected_nid ^[0-9]+$ END ... END/ I want to substitute