반응형
simple html dom 을 이용한 html 파싱
http://simplehtmldom.sourceforge.net/
include "./simple_html_dom.php"; $html_txt = file_get_html(http://www.google.com/); // Meta Tab 의 content 내용을 가져옴 $keywords= $html_txt->find("meta[name=keywords]"); $description= $html_txt->find("meta[name=description]"); // tr 내용 $tables = $html_txt->find('tr', 0); |
반응형
'WEB' 카테고리의 다른 글
jstl <c:choose>,<c:when>,<c:otherwise>테그 사용 예제 (0) | 2016.07.19 |
---|---|
iBatis 동적쿼리 만들기 (3) | 2016.04.07 |
[Gauce] 가우스(Gauce) 조회 기본 활용 (0) | 2016.02.23 |
[JavaScript] 입력값 체크 (0) | 2016.02.23 |
php xml 파일만드기(rss) (0) | 2016.02.19 |