源码之家

  • 首页
  • 文章
  • 问答
  • 下载
您的位置: 首页  >  文章  >  PHP hello world

PHP hello world

分类: 文章 • 2024-03-23 12:03:52

1.download

https://www.php.net/

2.environment setting

PHP hello world

 

3.

echo %PATH%

php -v

PHP hello world

4.php -S localhost:4000

PHP hello world

 

5.make a directory 

PHP hello world

6.

site.php

<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title></title>
  </head>
  <body>
    <?php
      echo("hello world");
    ?>
  </body>
</html>

PHP hello world

7.

http://localhost:4000/www/site.php

 

PHP hello world

 

相关推荐

  • PHP - 二叉树 - 构造
  • crm客户管理系统PHP网络版销售客户资料管理系统带在线聊天
  • sublime最新集成python与php等环境下载
  • PHP内核--探究内存管理与缓存机制
  • PHP练习2 数据的存储与检索
  • OSPF-hello包
  • 【PHP】Laravel框架的这些你都懂的话,它核心架构基本就懂了
  • [PHP] stream_set_blocking非阻塞模式影响fgets fread函数
  • Python3学习(2)-开山篇Hello World
  • 全方面了解和学习PHP框架
  • 创建第一个Haxe程序“hello XXX”
  • JAVA小白之旅--之成功写出“Hello world!”
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 源码之家    备案号:   粤ICP备20058927号