게시판의 URL 추출 질문 정보
게시판의 URL 추출 질문관련링크
http://kgy9041.ssam.biz
238회 연결
본문
게시판을 추출할때 제목과 내용과 URL를 같이 추출하고 싶습니다.
특히, URL 추출할때 변수를 이용하나요? 아님, 다른방법이 있나요?
<a href="{$href}"><font class="gray">{$link[$i]}</font></a> 이런 식의 방법인가요?
아시는 분은 알려주세요...
특히, URL 추출할때 변수를 이용하나요? 아님, 다른방법이 있나요?
<a href="{$href}"><font class="gray">{$link[$i]}</font></a> 이런 식의 방법인가요?
아시는 분은 알려주세요...
댓글 전체
최신글에서의 추출이라면...
(http://sir.co.kr/bbs/tb.php/g4_skin/7488)의 링크부분표현 소스입니다...
-------------------------------------------------------------------------------------------------------------------------------------
<tr><td colspan="2" width="160" height="20" align="center"><a onMouseOver="this.style.cursor='hand'" onfocus='this.blur()' onclick="window.open('{$list[$i][link_href][1]}','_blank','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400 top=10 left=10')"><font color="navy">{$wr_link1}</font></a></td></tr>
--------------------------------------------------------------------------------------------------------------------------------------
(http://sir.co.kr/bbs/tb.php/g4_skin/7488)의 링크부분표현 소스입니다...
-------------------------------------------------------------------------------------------------------------------------------------
<tr><td colspan="2" width="160" height="20" align="center"><a onMouseOver="this.style.cursor='hand'" onfocus='this.blur()' onclick="window.open('{$list[$i][link_href][1]}','_blank','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400 top=10 left=10')"><font color="navy">{$wr_link1}</font></a></td></tr>
--------------------------------------------------------------------------------------------------------------------------------------