我有主页和一个单独的文件 display_functions.php 从中调用函数文件 home.php
file display_functions.php
html_header($title)
{
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xHTML1/DTD/xHTML1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php echo $title;?></title>
<link href="home_style.css" rel="stylesheet" type="text/css" />
</head>;
}
html_footer()
{
}
得到错误: html_header($title) { ; } html_footer() { } ( ! ) SCREAM: 为 ( ! ) 忽略错误抑制 致命错误: 调用未定义函数 html_header() 需要帮助