here my code:
<?php

        if (!extension_loaded("MapScript")) dl('php_mapscript_46.dll');
        $map_path="C:/ms4w/apps/kamap-0.1.1/htdocs/";        
        $map = ms_newMapObj($map_path."global.map");
        $image=$map->draw();
        $image_url=$image->saveWebImage();
?>
<HTML>
  <HEAD>       
      <TITLE>Essaie</TITLE>
  </HEAD>
  <BODY>           
      "<?php  >"
  </BODY>
</HTML>
--
View this message in context: 
http://www.nabble.com/PHPMapscript-t1235334.html#a3270038
Sent from the Mapserver - User forum at Nabble.com.

Reply via email to