有些php文件无法在浏览器上正常打开
大部分的php文件是能够打开的,但是打不开的会提示"网站无法显示该网页"HTTP500内部服务器发生错误比如:<html><head><title>SamplePHP</...
大部分的php文件是能够打开的,但是打不开的会提示"网站无法显示该网页" HTTP 500 内部服务器发生错误
比如:
<html>
<head><title>Sample PHP</title></head>
<body>
<?php
$a = 45;
$b = “str”;
$$b= “test”;
?>
This is some regular HTML<br>
<?php
print “\$a= $a<br>\n”;
print “\$b= $b<br>\n”;
print “\$\$b= “.$$b.”<br>\n”;
print “\$str= $str<br>\n”;
?>
</body>
</html>
这条代码就无法从浏览器上运行,不知道是不是代码有错误? 展开
比如:
<html>
<head><title>Sample PHP</title></head>
<body>
<?php
$a = 45;
$b = “str”;
$$b= “test”;
?>
This is some regular HTML<br>
<?php
print “\$a= $a<br>\n”;
print “\$b= $b<br>\n”;
print “\$\$b= “.$$b.”<br>\n”;
print “\$str= $str<br>\n”;
?>
</body>
</html>
这条代码就无法从浏览器上运行,不知道是不是代码有错误? 展开
4个回答
展开全部
代码错误,但浏览器只显示500错误
工具-》Internet选项-》高级-》把“显示友好Http错误信息”前面的勾去掉
<html>
<head><title>Sample PHP</title></head>
<body>
<?php
$a = 45;
$b = "str";
$$b= "test";
?>
This is some regular HTML<br>
<?php
print "\$a= $a<br>\n";
print "\$b= $b<br>\n";
print "\$\$b= ".$$b."<br>\n";
print "\$str= $str<br>\n";
?>
</body>
</html>
工具-》Internet选项-》高级-》把“显示友好Http错误信息”前面的勾去掉
<html>
<head><title>Sample PHP</title></head>
<body>
<?php
$a = 45;
$b = "str";
$$b= "test";
?>
This is some regular HTML<br>
<?php
print "\$a= $a<br>\n";
print "\$b= $b<br>\n";
print "\$\$b= ".$$b."<br>\n";
print "\$str= $str<br>\n";
?>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
b = “str”;
用的是中文的双引号是不行的,要英文的才行
用的是中文的双引号是不行的,要英文的才行
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
xbc0010249 说的对 全角 的问题
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询