您的位置:首页 > 编程语言 > PHP开发

My study note of PHP language(III)

2016-04-01 19:27 363 查看
How to configure the environment of php?

Actually, I haven't configured my environment and don't want to tell how to do it.

Because there're enough blogs to tell you how to configure and to tell the truth, no one want to read an article in English, right? XD

If you really wonder how to do it by yourself, I suggest that you can visit Baidu Experience in www.baidu.com.There are lots of experience you can draw lessons from.

Therefore, I just tell you an easy way to use and debug your dear php.

phpStudy is a convenient software.

Exactly speaking, it's a compositive soft bag.

It contains the latest Apache+PHP+MySQL+phpMyAdmin+zendOptimizer.You just have to click the "enter" and everything seems going easily because you needn’t

to configure the environment which is finished by the software.

If you already finish the steps, you will see the window above .As you have seen, you can debug your php now.

How to debug?

It's a little different from using the CodeBlocks and
VC++6.0
.

Noob as me will think like this when you begin to use it.

First, you should install a software named as EditPlus.(The soft is not for free. You need to pay for it or crack it :P)

Second, creat a text document,and modify its name as " ***. php" document.

to

Third,right click the .php document and choose the EditPlus.Then you can edit and code now.

Like this, I have already input some codes in it and don't forget to save them!

At last,open your browser and input "localhost/text.php" in the link bar. You can witness the magic event.

OK, have a good try ~
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: