댓글 7개
<? if(!$query) {
$query = "직화오리팡야";
} ?>
<? $xml = simplexml_load_file("http://openapi.naver.com/search?key=1494acbce122e38331d6be1de55d9cc2&query={$query}&target=image&start=1&display=30");
foreach($xml->channel->item as $item) { ?>
<a href="<?=$item->link?>" rel="lightbox[1]" alt="<?=$item->title?>">
<div style="float:left; margin:5px;" class="blackfm">
<img src="<?=$item->thumbnail?>" alt="<?=$item->title?>" style="width:auto; height:100px; border:0;"/>
</div>
</a>
<? } ?>
이번에 제가 사용한 php xml 데이터함수요
많은 분들이 쉽게 접근할거같네요~
$query = "직화오리팡야";
} ?>
<? $xml = simplexml_load_file("http://openapi.naver.com/search?key=1494acbce122e38331d6be1de55d9cc2&query={$query}&target=image&start=1&display=30");
foreach($xml->channel->item as $item) { ?>
<a href="<?=$item->link?>" rel="lightbox[1]" alt="<?=$item->title?>">
<div style="float:left; margin:5px;" class="blackfm">
<img src="<?=$item->thumbnail?>" alt="<?=$item->title?>" style="width:auto; height:100px; border:0;"/>
</div>
</a>
<? } ?>
이번에 제가 사용한 php xml 데이터함수요
많은 분들이 쉽게 접근할거같네요~
게시글 목록
| 번호 | 제목 |
|---|---|
| 1717652 | |
| 1717651 | |
| 1717650 | |
| 1717648 | |
| 1717635 | |
| 1717629 | |
| 1717626 | |
| 1717625 | |
| 1717621 | |
| 1717619 | |
| 1717611 | |
| 1717610 | |
| 1717609 | |
| 1717607 | |
| 1717601 | |
| 1717598 | |
| 1717591 | |
| 1717590 | |
| 1717583 | |
| 1717575 | |
| 1717572 | |
| 1717568 | |
| 1717566 | |
| 1717549 | |
| 1717545 | |
| 1717533 | |
| 1717512 | |
| 1717511 | |
| 1717508 | |
| 1717495 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기