묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
이건 진짜 모르겠다..
2004.07.17 08:57
<?
$file = file("http://naver.com/");
?>
이렇게 하믄..
<?=$file[라인]?>으로 불러 오잖아요
http://naver.com 전체를 불러 오려면 어케 해요? <?=$file[all]?>???
$file = file("http://naver.com/");
?>
이렇게 하믄..
<?=$file[라인]?>으로 불러 오잖아요
http://naver.com 전체를 불러 오려면 어케 해요? <?=$file[all]?>???
readfile( "http://naver.com/" );
$file = ob_get_contents();
ob_end_clean();
// echo nl2br( htmlspecialchars( $file ) );