background image

初学

PHP 的 18 个基础例程

<Html>
<Head>
<title>Your page Subject and domain name</title>

上面内容为我们使用的每个页面的标题,不要动。

每个页的头部:

<Meta NAME="" CONTENT="">
"" your others meta tag
"" your others meta tag
"" your others meta tag
"" your others meta tag
"" your others meta tag
"" your others meta tag
"" your others meta tag
重要的

javascripts 代码放这

CSS 设置放这

上述内容保存为

header.php,使每个页面的头部都是一样的。

<?PHP include("header.php")?>

</head>
<body>

你的页的所有内容

</body>
</html>

保存为

footer.php,使每个页面的底部都一样。

<? include("footer.php");?>

填写我们的版权信息