<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Title</title>
</head>
<body>
</body>
</html>
如果这是我的网站index.html。我如何将其更改为php文件,我只是从index.html更改为index.php或者我需要在html标记之前更改某些内容。感谢
答案 0 :(得分:2)
只需将index.html更改为index.php即可。只有在需要执行PHP代码时才需要添加PHP标记。
答案 1 :(得分:0)
如果您的服务器是以默认方式配置的,那么将扩展名更改为.php
将使PHP解释器解析该文件。
答案 2 :(得分:0)
是的,只需将其更改为.php,如果您运行并配置了标准的php服务器,它将会起作用。
任何现代网站都将包含以下组件:
您应该阅读以下资源以提高您的PHP技能:
http://www.net.tutsplus.com/tutorials/php/30-php-best-practices-for-beginners/
https://stackoverflow.com/questions/3012315/php-security-best-practices