<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt">Hi <br><br>I'm trying to find out how to handle WFS with Mapscript.<br>executeWFSGetfeature() doesn't work. Return empty string<br><br>My dhtml file.<br><span style="font-weight: bold;">&lt;?php</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;dl('php_mapscript.dll');&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;$map_path="/ms4w/apps/test/";</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><br style="font-weight: bold;"><span style="font-weight: bold;">$map = ms_newMapObj($map_path."lol.map");</span><br style="font-weight: bold;"><span style="font-weight: bold;">$layer =
 ms_newLayerObj($map);</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;">$GMLname = $layer-&gt;executeWFSGetfeature();</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;">?&gt;</span><br style="font-weight: bold;"><span style="font-weight: bold;">&lt;HTML&gt;</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&nbsp; &lt;HEAD&gt;</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;TITLE&gt;Example 1: Displaying a map&lt;/TITLE&gt;</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp; &lt;/HEAD&gt;</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp; &lt;BODY&gt;&nbsp;&nbsp;&nbsp;&nbsp; </span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp; &lt;?php echo $GMLname; ?&gt;</span><br style="font-weight: bold;"><span
 style="font-weight: bold;">&nbsp; &lt;/BODY&gt;</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&lt;/HTML&gt;</span><br style="font-weight: bold;"><br><br><span style="color: rgb(33, 33, 67); font-weight: bold;"></span><div><br></div></div><br>

      </body></html>