Home  >  Article  >  Backend Development  >  PHP入门(一)

PHP入门(一)

WBOY
WBOYOriginal
2016-06-13 12:27:54873browse

PHP入门(1)

1,PHP开发环境搭建:
由于本人目前处于学习PHP的入门级阶段,所以不想因为环境搭建的问题太折腾,于是在网上下载了一个组合包(appserv)。
该软件为傻瓜式安装,需要注意的一点就是在选择安装路径的时候,选择一个自己能找到且方便日后使用的路径进行安装。

?

2,PHP基础语法:

注:1,PHP代码只能写在 .PHP文件中,PHP文件中可以写html代码

2,PHP中的每个代码必须用“;”隔开

?

?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn