私はPHPの初心者なので、簡単な質問でごめんなさい。ステップバイステップで知る必要があります。
例:index.php
<html>
<header>
-including a file (/lang.php for example)
</header>
<body>
<div>
<a href="aboutus.php"> - word1 - </a> | <a href="contact.php"> - word2 - </a>
</div>
</body>
</html>
例:lang.php
word1 = ABOUT US
word2 = CONTACT
これを最も簡単な方法で機能させる方法は?