我是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
如何以最简单的方式完成这项工作?