Where should I start learning the php language? Should I learn html
or php
first? Or learn PHP framework
directly? Putting aside these issues for now, today PHP Chinese website has prepared a PHP programming learning course list for everyone. Just follow the recommended tutorial route to learn! After studying these courses, you will naturally have the answer in your mind!
PHP programming learning route:
四.Comprehensive practical case
1: Study preparation
You need to install the PHP running environment first, and choose a code editor
1. Editor selection
For beginners, it is recommended to choose a simple and easy-to-use editor. You can choose Notepad
first, and after you have a certain foundation, you can choose Sublime
, phpStorm
, VSCode
and other development tools
Notepad download address: https://www.php.cn/xiazai/gongju/92
For other PHP editor recommendations, please move to this article: https:/ /www.php.cn/toutiao-352768.html
2. Building a local PHP running environment
Installing and configuring the PHP development environment is time-consuming For trouble-free tasks, beginners can choose PHP integrated environment tools for fool-proof installation and configuration.
Here we recommend the phpStudy V8 server environment integration tool developed by php Chinese website, which integrates PHP
, Mysql
, Apache
, Nignx
Environment, and the environment can be switched freely.
phpStudy V8 download address: https://www.php.cn/xiazai/gongju/1500
Other PHP integrated environment recommendations: https:/ /www.php.cn/toutiao-362311.html
#2: Learning the basics of front-end
Note: 1. For students with front-end foundation, please skip; 2. You can also learnPHP
directly after completing theHTML
tutorial, and then come back to learnCSS
andJavaScript
##Must learn:
1.《 Dugu Jiujian (1)-html5 video tutorial》(Write a page to see the effect)
2.《Dugu Jiujian (2)-CSS video tutorial 》(Add some styles to see how it looks)
3.《Dugujiujian (3)-JavaScript Video Tutorial》(Fill in the page to see Special Effects)
Elective:
1.《杀师太: HTML5 Quick Start》
2.《杀师太: A quick introduction to CSS3》
##3.《杀师太: A quick introduction to JavaScript》
##3: Learning the basics of PHPNote:
It is best to have a certain front-end foundation, at least Have a little html basics, the followingPHP course contains MySQLmust learn:knowledge;
1.
《Dugu Jiujian (4)-php video tutorial》(video) 2.
《 PHP Complete Self-Study Manual》(Manual)
##3.
《Peter-Zhu: The latest ThinkPHP 5.1 world premiere video tutorial》Elective:
1.《Ouyang Ke: PHP classic introductory video tutorial》
##2.《Ouyang Ke: MySQL classic Introductory video tutorial》
Four: Comprehensive practical case
Note:After learning the above front-end and PHPAfter basic knowledge, learn the practical cases of this course to achieve flexible application
Must learn:
##1.《Peter-Zhu: Learn website layout in 30 minutes》
2.《Peter-Zhu: PHP practice, making a personal blog from scratch》
3.《Ouyang Ke: PHP small forum speed Development》
Elective:
1.《西门大官人:php全Stack Development's Small Blog and Great Wisdom》
2.《Dugu Jiujian (8)_php Develop your own php from scratch Framework》
3. 《Peter-Zhu: ThinkPHP5 rapid development of enterprise sites》
Five: SummaryA website includes a front-end and a back-end. The front-end is responsible for display and the back-end is responsible for functions. As a qualified
PHP development programmer, then the front-end must be learned, you don’t need to study in depth, as long as you know the simple front-end layout, the focus will be on PHP
programming! OK! If you decide, then challenge him~~ It’s up to you to see who can persevere to the end!