Blogger Information
Blog 27
fans 2
comment 0
visits 19674
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
搭建PHP环境---PHP九期线上班
一丁
Original
573 people have browsed it

1.安装好PHPStudy

开启Apache服务

image.png


创建网站

image.png


2.网站搭建

php要用<?php 开头,?>结尾


实例

<?php
echo 'Hello World';
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>php</title>
</head>
<body>

</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例



3.对PHP的理解.

image.png

Correcting teacher:查无此人查无此人

Correction status:qualified

Teacher's comments:完成的不错。
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post