<html> <head> <title>リンク元を表示</title> </head> <body> <center> リンク元<br> <?php echo $_SERVER["HTTP_REFERER"]; ?> </center> </body> </html>