用PHP写下HELLO WORLD!

一、选择PHP开发工具

1.phpstorm最新版本

2.打开phpstorm界面

 

用PHP写下HELLO WORLD!

 

 

按create键,选择new window ,出下如下页面:

 

用PHP写下HELLO WORLD!

 

 

鼠标放在文件夹上,右键单击,弹出以下对话框:做如下操作新建PHP文件

用PHP写下HELLO WORLD!

3.配置phpstorm相关参数(如不设置会出现phpstorm 502问题,解决方法如下:)

点击files——settings——languages&frameworks——PHP

用PHP写下HELLO WORLD!

 

 

用PHP写下HELLO WORLD!

 

选择wamp文件夹里的php版本

用PHP写下HELLO WORLD!

 

 点击确定。

4.写下第一行代码并运行

出现乱码,解决方法如下:

用PHP写下HELLO WORLD!

 

 在开头加上这一行代码即可解决!

5.运行程序,出现如下页面
用PHP写下HELLO WORLD!

 

 成功了!

 



上一篇:laravel使用手札——使用PHPStorm提升开发速度


下一篇:如何设置PhpStorm识别变量的类