phpで外部サイトのコンテンツ読み込み

外部ファイルの内容を取得して表示する

<?php
echo file_get_contents("***URL***");
?>

関連記事