<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi all,<BR>
&nbsp;<BR>
It's me again. I am trying to output the values from an sql query to display via the mapserver template. Can anyone show give pointers how I can&nbsp;use the&nbsp;processtemplate() or appropriate funtion to make this work. I am struggling at the moment. Here is a bit of my code. Thanks<BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$maind = array();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$mapin = array();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while ($row = mysql_fetch_array($selResult)) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; array_push($maind, $row['myindex']);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; array_push($mapin, $row['pin']);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<BR>
&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;#$results = $map-&gt;processtemplate($mapin, MS_FALSE);<BR>
&nbsp;&nbsp;&nbsp;$content = $content . $results;<BR>
&nbsp;<BR>
Please any help or suggestion is welcome. <BR>
&nbsp;<BR>
Franz Okyere<BR>
GIS Specialist/Lecturer<BR>                                               <br /><hr />
Upgrade to Internet Explorer 8 Optimised for MSN. <a href='http://extras.uk.msn.com/internet-explorer-8/?ocid=T010MSN07A0716U' target='_new'>Download Now</a></body>
</html>