$mWidth = $_GET["mWidth"]; $mHeight = $_GET["mHeight"]; $mZoom = $_GET["mZoom"]; $xPos = $_GET["xPos"]; $yPos = $_GET["yPos"]; $mMemo = $_GET["mMemo"]; // $mMemo = iconv("EUC-KR", "UTF-8", $mMemo); // 다음 지도api 키값 $map_api = "cf5f66c98854928b7c17355fa8172cd2" ; ?>