以下の私のリンク(index.php):
<a href="http://localhost/example-link.html">Example Link</a>
または、以下のような私のリンク:
<a href="http://localhost/other.html">Other</a>
リンクをクリックすると、cat.php から "example-link.html" ır "other.html" を取得したい
Cat.php
<?php
echo $_GET["cat"];
?>
$_GET["cat"] (example-link.html または other.html) を印刷したい