主题:PHP语言嵌入HTML中
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<center>
nihuai
</center>
<center>
<p align="center"><font color="#FF0000" size="+4">
<? echo"haomama";?></font></p>
</center>
<center>
wo
</center>
</body>
</html>
运行不能显示 haomama ,这是为什么了?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<center>
nihuai
</center>
<center>
<p align="center"><font color="#FF0000" size="+4">
<? echo"haomama";?></font></p>
</center>
<center>
wo
</center>
</body>
</html>
运行不能显示 haomama ,这是为什么了?