'정적인손님' 분이 만드신 구글 지도 마커 게시판을 만지고 있는 중입니다.
var content = new Array(
<? for ($i=0; $i<count($list); $i++) {
$name1=strip_tags($list[$i][wr_subject]);
$address=strip_tags($list[$i][wr_2]);
$bylink=($list[$i][wr_id]);
$mtem="<table><tr><td colspan=2 width=300><a href={$list[$i][href]}><h3>$name1</h3></a></td></tr><tr><td width=70>주소: </td><td width=230>{$address}</td></tr></table>";
?>
"<?=$mtem?>"
<? if ($i==count($list)-1) continue; ?>
,
<? } ?>
);
이 부분이 마커를 누르면 표시되는 것 같은데요.
게시판에 첨부된 사진 파일을 불러와서 썸네일도 함께 보여주고 싶어서 짜집기 해보려고 하는데, 쉽게 안되네요.. 도움좀 부탁드립니다.
답변 1개
그래서 다들왠만 하면 제작 의뢰 게시판을 이용하는거죠
답변을 작성하려면 로그인이 필요합니다.