Home > Backend Development > PHP Tutorial > 学习PHP第一章

学习PHP第一章

WBOY
Release: 2016-06-23 13:27:07
Original
960 people have browsed it

安装WAMPSERVER

可以去官网下载新版的WAMP,云盘地址:http://pan.baidu.com/s/1jGyBgou 密码:hwps

安装PhpStorm

去官网下载新版的PhpStorm, 云盘地址:http://pan.baidu.com/s/1E08LS 密码:vlec

创建PHP项目

PhpStorm ->file->new project


创建index.php

项目上右击new->PHP File

编写代码

echo "hello";

启动WAMPSERVER

项目要放在WAMP里面的www目录下,启动WAMPSERVER。

页面预览

浏览器浏览地址:http://localhost/vwoim/index.php 输出结果 : hello

   

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template