Chinaunix

标题: PHP和APACHE系统安装/测试/调试 [打印本页]

作者: hangweijin    时间: 2008-01-10 20:24
标题: PHP和APACHE系统安装/测试/调试
[root@localhost ~]$ cd /var/www/html
[root@localhost html]$ cat index.php
<html>
<title>hello world!</title>


<body>
<a href="./back/info.php"><tr>login in...<br></a>
<a href="./php_man/index.html"><tr>php_man<br></a>
<a href="./sql_man/index.html"><tr>mysql_man<br></a>
<a href="./apa_man/index.html"><tr>apache_man<br></a>
</body>


<body>
<?php
phpinfo();
?>
</body>


</html>
[root@localhost html]$
[root@localhost html]$ cat back/info.php
<html>
<title>info</title>

<body>
<?php
phpinfo();
?>
</body>
</html>
[root@localhost html]$

--------------------
点第一个href就有问题..............显示为空白页如图...........

Screenshot.png (56.11 KB, 下载次数: 39)

Screenshot.png

作者: hangweijin    时间: 2008-01-10 20:37
大哥,不能对我这么残忍哦....................................


杂子回事?

Screenshot-1.png (131.56 KB, 下载次数: 37)

Screenshot-1.png

作者: hutule110    时间: 2008-01-11 10:14
在back/info.php的html中加入点其他html代码,看看是否是空白




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2