<?php $x = $_SERVER['HTTP_REFERER']; if (isset($x)) { $x = htmlspecialchars($x); echo "リンク元: $x "; } else { echo "リンク元: お気に入り、URL直接入力等"; } ?>