Blogger Information
Blog 8
fans 0
comment 0
visits 6326
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP开发环境,功能原理及php变量替换html数据
默默然O_o的博客
Original
1188 people have browsed it

PHP:Hypertext Preprocessor(超文本预处理器)

 是运行在服务器上的编程语言,用来快速生成HTML文档。

1.PHP编程环境创建

1.1php工具箱 注意事项


php工具箱.png

虚拟域名绑定

域名管理.png   

修改HOST绑定

127.0.0.1     虚拟的地址

127.0.0.1      www.php.io
127.0.0.1      php.io

1.2 安装IDE  phpstorm



2.php变量替换html数据

定义变量

用$符号定义变量 

例如 $user = [] ;

数组类型

(1).索引数组

$user = [1,'jam',30,123];    用索引对应值    取值用 user[1]

(2).




未完暂存。。。。


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