Blogger Information
Blog 2
fans 0
comment 0
visits 1060
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php学习历程(一)——Hello World
xiaodong的博客
Original
639 people have browsed it

既然从php.cn混到了一个自己域名的博客(皇恩浩荡啊),那就正儿八经的学习一下php吧。

我本地环境是win7+php7.1.6,废话不多说,先交个hello world的作业吧!

  • 新建一个hello.php的文件

<?php
    echo "hello world!";
  • 由于php7内置了web服务器,可使用如下命令启动,注意S要大写:

php -S 127.0.0.1:1024
  • 启动成功后访问:http://127.0.0.1:1024/hello.php即可

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