PHPMapscript

VolComHG (sent by Nabble.com) lists at NABBLE.COM
Mon Mar 6 16:25:59 EST 2006


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.



More information about the mapserver-users mailing list