【发布时间】:2012-04-07 10:16:31
【问题描述】:
我是 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
如何以最简单的方式完成这项工作?
【问题讨论】:
-
“最简单”的方法是在正确的位置输入
ABOUT US和CONTACT。 -
这很有帮助...