Blogger Information
Blog 3
fans 1
comment 1
visits 4308
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP工具下载安装与开发环境初次使用(环境测试)
弈星编程
Original
1228 people have browsed it

俗话说:“工欲善其事,必先利其器”

  1. PHP所需工具的下载与安装

  2. 下载

            PHP工具箱下载地址:http://www.php.cn/xiazai/gongju/714

            PHPStudy Pro下载地址:http://phpstudy.php.cn/wenda/406.html

            PHPStorm下载地址: https://www.jetbrains***/phpstorm/?fromMenu

  3. 安装,

    安装什么的,这里就不多啦,一般都是点下一步(next),就OK啦,

    PHPStorm的激活问题:是学生的可以用去官网注册账号,然后使用学生证申请一个使用许可就OK啦

    具体操作:1.点这里去看    或者   2.点这里

     破解:使用方法:激活时选择License server 填入http://idea***sxm*** 点击Active即可  。

                             1.jpg

  4. 开始测试

打开PHPstudy、并启动Apache

1.png

创建新的网站

2.png

填写网站相关信息(域名、根目录、同步hosts),然后确定

3.png

打开浏览器,输入 域名,会看到这样的页面

 (百度了一下)原因:网站根目录下没有文件(index.html  或者 index.php)

4.png

打开跟目录,查看是否有文件存在

5.png

发现网站根目录的  文件夹为空

6.png

打开PHPStorm、并打开网站根目录所在文件夹

7..png

目录文件一定要选对

8.png

右键,新建(New)-> HTML File

9.png

(name) 命名为:index

10.png

回到浏览器刷新

11.png

但是 页面是空白的,

原因:body下没有内容

12.png

在body下,写上内容,(随便写啦)

然后在回到浏览器刷新,就有内容啦(嘻嘻)(预览:http://html.lixingyu.xyz/0701/index.html

13.png

右键,新建(New)-> PHP File

14.png命名为:index

16.png在文件里,写上   phpinfo();

然后回到浏览器,再次刷新,会看到这样的一个页面(预览地址:http://html.lixingyu.xyz/0701/index.php

15.png

总结:通过这次教学和实验,学会啦,PHP环境的搭建和使用


好了,作业(分享)到此结束啦,做出来还是很有成就感的(嘻嘻)


此博客文章为原创内容,转载还请注明一下出处,谢谢

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
1 comments
大灰狼 2019-07-04 11:40:11
写的很详细。不错
1 floor
Author's latest blog post