<div><span class="q">//String comparison to search for fields that should NOT be returned in query results.<br>&nbsp;if (strcasecmp($key, &quot;SHAPE_INDEX&quot;) == 0 ||<br>&nbsp;&nbsp;&nbsp; strcasecmp($key, &quot;TILE_INDEX&quot;) == 0 ||<br>
&nbsp;&nbsp;&nbsp; strcasecmp($key, &quot;LAYER_INDEX&quot;) == 0)
<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; {continue;}<br><br><br></span></div><div>With the help of Paul spencer now i have no errors doing a query! Bu if i don't use Header in mapfile i have <span><br>&quot;The layers did not return any results&quot;
<br><br>while
using Header i've same problem as ever... shape_index, tile_index and
layer_index disappear but maptips widget doesn't work, as described
here:
<br><br></span></div><span class="q"><a href="http://lists.maptools.org/pipermail/chameleon/2006-June/004156.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.maptools.org/pipermail/chameleon/2006-June/004156.html
</a><br><span><br></span></span>