Browse code

주석, url 수정

Kang IkSeon authored on18/03/2018 13:37:34
Showing1 changed files

  • main.php index a5c0b00..6787fe0 100644
... ...
@@ -3,8 +3,9 @@
3 3
 // http://simplehtmldom.sourceforge.net/
4 4
 include "lib/simple_html_dom.php";
5 5
 
6
-$url = "http://media.daum.net/cp/11?page=1&regDate=20171111";
6
+$url = "https://hiseon.me";
7 7
 
8
+// HTML 객체 생성
8 9
 $html = file_get_html($url);
9 10
 
10 11
 foreach($html->find('a') as $a) {