<br><font size=2 face="sans-serif">Steffen,</font>
<br><font size=2 face="sans-serif">I changed the code, but the link still
does not work.</font>
<br>
<br><font size=2 face="sans-serif">thanks for your help.</font>
<p>
<p>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Steffen Macke &lt;sdteffen@web.de&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: maplab-users-bounces@lists.maptools.org</font>
<p><font size=1 face="sans-serif">09/01/2004 03:08 PM</font>
<td width=59%>
<table width=100%>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td valign=top><font size=1 face="sans-serif">maplab-users@lists.maptools.org</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td valign=top>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td valign=top><font size=1 face="sans-serif">[SPAM] - Re: [maplab-users]
links from map to jpg - Email found in subject</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Kevin, could you try to replace the crucial<br>
for loop with the version below?<br>
<br>
Regards,<br>
<br>
Steffen<br>
<br>
// loop and add a cell for each result<br>
foreach ( $aRow as $key =&gt; $xCell ) {<br>
 &nbsp;// $xCell is the attribute value, in this case,when the $key attribute
name &nbsp;<br>
 &nbsp;// is equal to &quot;Long_DD&quot; and &quot;Lat_DD&quot; only display
the value of attribute.<br>
 &nbsp;if((strcasecmp($key, &quot;Long_DD&quot;) == 0) or <br>
 &nbsp; &nbsp; (strcasecmp($key, &quot;Lat_DD&quot;) == 0 )) {<br>
 &nbsp; &nbsp; $szReturnValue .= &quot;&lt;td bgcolor=\&quot;#ffffff\&quot;&gt;&quot;.<br>
 &nbsp; &nbsp; &nbsp; &quot;&lt;font face=\&quot;Arial, Helvetica, sans-serif\&quot;
size=\&quot;2\&quot;&gt;&quot;. &nbsp; &nbsp; <br>
 &nbsp; &nbsp; &nbsp; $xCell.&quot;&lt;/font&gt;&lt;/td&gt;\n&quot;;<br>
 &nbsp;}<br>
<br>
 &nbsp;// when the attribute name is equal to MS_PATH2, hyperlink according
to the <br>
 &nbsp;// value of attribute, the attribute value of MS_PATH2 should be
simliar as &nbsp;<br>
 &nbsp;// http://localhost/photoalbum/image.jpg &nbsp;<br>
 &nbsp;//photoalbum folder with images is put at your web server.<br>
 &nbsp;<br>
 &nbsp;else if(strcasecmp($key, &quot;MS_PATH2&quot;) == 0) {<br>
 &nbsp; &nbsp;$szReturnValue .= &quot;&lt;td bgcolor=\&quot;#ffffff\&quot;&gt;
&lt;a href=\&quot;&quot;.$xCell.<br>
 &nbsp; &nbsp; &nbsp;&quot;\&quot;&gt; Click here to document&lt;/a&gt;&lt;/td&gt;\n&quot;;<br>
 &nbsp;} &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>
}<br>
_______________________________________________<br>
Maplab-users mailing list<br>
Maplab-users@lists.maptools.org<br>
http://lists.maptools.org/mailman/listinfo/maplab-users<br>
</tt></font>
<br>