Thanks to Julien Lacroix we solved this problem<br><br><a href="http://lists.maptools.org/pipermail/chameleon/2006-June/004123.html">http://lists.maptools.org/pipermail/chameleon/2006-June/004123.html</a><br><br>Now i have another strange problem. I've updataded to chameleon ms4w_2.0 (PHP5) and chameleon_ms4w-
2.4-20060427, and when i use HEADER in mapfile, MapTips Disappears.<br><br>If i remove Header fields in mapfile all is fine! <br><br>Is it normal? i've also tryed to change position of Header in mapfile but problem persists.
<br><br><br>the configuration of maptips is the same of the last post while in mapfile i've changed this:<br><br>LAYER<br>NAME &quot;scuole&quot;<br>METADATA<br>&nbsp;&nbsp;&nbsp; wms_title &quot;scuole&quot;<br>&nbsp;&nbsp;&nbsp; wfs_title &quot;scuole&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp; &quot;DESCRIPTION&quot;&nbsp;&nbsp; &quot;comune&quot;<br>&nbsp;&nbsp;&nbsp; &quot;RESULT_FIELDS&quot; &quot;comune&quot;<br>&nbsp;&nbsp;&nbsp; &quot;LAYER&quot; &quot;scuole&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp; gml_include_items &quot;all&quot;<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp; STATUS ON<br>
&nbsp; DUMP TRUE<br>&nbsp; TYPE POLYGON<br>&nbsp; CONNECTIONTYPE POSTGIS<br>CONNECTION &quot;user=postgres password=postgres dbname=NEW host=localhost port=5432&quot;<br>DATA &quot;the_geom FROM (select comune, I02_97 as Elementari_Classi, I03_97 as Medie_Classi, I04_98 as Superiori_classi, the_geom, gid from scuole) AS scuole1 USING UNIQUE gid USING SRID=-1&quot;
<br><span style="font-weight: bold;">HEADER </span><br style="font-weight: bold;"><span style="font-weight: bold;">&quot;comune^|Elementari_Classi^|Medie_Classi^|Superiori_classi^&quot;</span><br>Classitem &quot;comune&quot;&nbsp; 
<br>PROJECTION &quot;init=epsg:26591&quot;<br>&nbsp; END <br>LABELITEM comune<br>LABELMAXSCALE 105000<br>CLASS<br>&nbsp;&nbsp;&nbsp; NAME &quot;scuole&quot;<br>&nbsp;&nbsp; TEMPLATE &quot;ttt_query.html&quot; <br>&nbsp;&nbsp; OUTLINECOLOR 0 0 0<br>&nbsp;&nbsp;&nbsp; LABEL<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE truetype<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FONT sans<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 7<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 200<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POSITION auto<br>&nbsp;&nbsp;&nbsp; END<br>END<br>