Home > Backend Development > PHP Tutorial > Some PHP Learning Resource.

Some PHP Learning Resource.

WBOY
Release: 2016-06-23 14:35:22
Original
883 people have browsed it

1. PHP环境搭建。

easyPHP : http://www.easyphp.org/

xampp:http://www.apachefriends.org/en/xampp.html

都是一站式搭建,有时候80端口会被IIS或者inetinfo.exe占用,在进程管理器里把它杀掉,再启动apache即可。

 2.  MySQL数据库创建。

如果不用dos创建,可以用 MySQL-Front: http://www.mysqlfront.de/ 。类似于sqlserver2k的可视化数据库工具。

 3. 教程网站。速度快,内容多。

中国php联盟: http://www.phpx.com/

官方网站: http://www.php.net

W3school: http://www.w3schools.com/

W3school 中文: http://www.w3school.com.cn/php/index.asp

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