<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=187330621-05122005><FONT face=Arial size=2>I'm trying to get 
the custom query working for me.&nbsp; I want to show a photo index so the user 
can click a photo and see it in a pop up window.&nbsp; I found this thread while 
playing around with the Tiki custom query <A 
href="http://lists.maptools.org/pipermail/chameleon/2005-January/001802.html">http://lists.maptools.org/pipermail/chameleon/2005-January/001802.html</A>. 
I'm having a problem displaying fields.&nbsp; Here's&nbsp;the 
code:</FONT></SPAN></DIV><SPAN class=187330621-05122005><FONT size=2><FONT 
face="Courier New">
<DIV><BR><SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN>foreach( $aResults 
as $nLayerIdx =&gt; $aResult)<BR><SPAN style="mso-spacerun: yes">&nbsp;&nbsp; 
</SPAN>{<BR><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</SPAN>$oLayer = $oMapSession-&gt;oMap-&gt;getLayer($nLayerIdx);<BR><SPAN 
style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>$szName = 
$oLayer-&gt;name;<BR><SPAN 
style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>if( 
$szName == 'indx2000' )<BR><SPAN 
style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</SPAN>{<BR><SPAN style="mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</SPAN><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>echo 
'Photo Number: ' . $aResult['TILE_ID'] . '&lt;br&gt;';<BR><SPAN 
style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN>echo 
'County: ' . $aResult['COUNTY'] . '&lt;br&gt;';<BR><SPAN 
style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN>echo 
'&lt;img src="../photos/2000/'.$aResult['TILE_ID'].'"&gt;';<BR><SPAN 
style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</SPAN>}<BR><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</SPAN></FONT></FONT><BR><FONT face=Arial size=2>The query prints 
out</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=187330621-05122005><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
Photo Number:</FONT></SPAN></DIV>
<DIV><SPAN class=187330621-05122005>&nbsp;&nbsp;&nbsp; <FONT face=Arial 
size=2>County:</FONT></SPAN></DIV>
<DIV><SPAN class=187330621-05122005>&nbsp;&nbsp;&nbsp; </SPAN></DIV>
<DIV><SPAN class=187330621-05122005><FONT face=Arial size=2>with no image.&nbsp; 
I'm not very familiar with php but I know that the $aResult['TILE_ID'] isn't 
returning anything.&nbsp; If I just use $aResult I get the contents of the array 
- all the fields in the table.&nbsp; Can someone point me in the right direction 
for returning values from the fields I need?</FONT></SPAN></DIV>
<DIV><SPAN class=187330621-05122005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=187330621-05122005><FONT face=Arial size=2>Thank 
you,</FONT></SPAN></DIV>
<DIV><SPAN class=187330621-05122005><FONT face=Arial 
size=2>Tim</FONT></SPAN></DIV></SPAN></BODY></HTML>