gpt4 book ai didi

php - PHP 文件不能以 .html 扩展名存储吗?我听说某些浏览器不支持 .php 我不确定这可能是什么补救措施?

转载 作者:太空狗 更新时间:2023-10-29 15:28:39 25 4
gpt4 key购买 nike

这是我的示例 Hello World 程序。它不适用于 .html 扩展名,但它适用于 . PHP 扩展。

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<div>
<?php echo 'Hello World!!' ?>
</div>
</body>
</html>

是否可以使用 .html 扩展名保存此文件?某些浏览器确实不支持 .php 文件吗?

最佳答案

PHP 是服务器端语言,它与下面的浏览器图像无关,解释了 php 是如何工作的

enter image description here

Image source and good read

通常只使用 .php 扩展名

关于php - PHP 文件不能以 .html 扩展名存储吗?我听说某些浏览器不支持 .php 我不确定这可能是什么补救措施?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14743575/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com