初识PHP
Posted 南笙一梦
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了初识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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>first page</title>
</head>
<body>
<?php
# Script 1.1 - first.php
# Created July 1,2016
# Created by 赵志君
# This script does nothing much.
echo "Hello World!";
?>
</body>
</html>
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>first page</title>
</head>
<body>
<?php
# Script 1.1 - first.php
# Created July 1,2016
# Created by 赵志君
# This script does nothing much.
echo "Hello World!";
?>
</body>
</html>
我没想好我使用 HTML 还是用 PHP 插入代码。
我是使用的《PHP与mysql动态网站开发》(第4版)这本书开始学习的。
心得体会:坚持就是胜利,努力,加油!!!
以上是关于初识PHP的主要内容,如果未能解决你的问题,请参考以下文章