【求助】菜鸟求助
我 的 环境为RH9.0 以及RH9.0自带的 apache,php|,mysql设置好以后可疑 访问主叶面
我 在 index.php中写代码如下
<?
header("location:example.php");
?><html>
<head>
<title></title>
<meta content="">
<style></style>
</head>
<body>
</body>
</html>
其中example.php代码为
html>
<head>
<title></title>
<meta content="">
<style></style>
</head>
<body>
例子
</body>
</html>
如此简单的header()使用但访问时出错
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/index.php:2) in /var/www/html/index.php on line 3
请高手帮我 看一下什么原因谢谢