我正在构建一个 html 页面,但想打破标题,所以我不必不断更改所有文件。
我正在尝试添加一个 php.include 文件并将页面另存为 .php 文件。
由于某种原因,当我查看 header.php 文件时,它没有显示在我的文件中。
这是我的代码。这是正确的方法吗??
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Chartego | Creating Socially Inflential People with great images and videos</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
<?php include 'header.php'; ?>
<div id="wrap-inner">
content
</div>