Home  >  Article  >  Backend Development  >  What are some good ways to learn PHP by yourself?

What are some good ways to learn PHP by yourself?

angryTom
angryTomOriginal
2019-10-15 14:04:513751browse

What are some good ways to learn PHP by yourself?

Many PHP novices are troubled by how to learn PHP by themselves. They cannot find a way to get started. Sometimes they cannot download a single software, and the latter environment cannot be installed properly, which greatly hinders their learning. Confidence. So how can you learn PHP well by yourself? What are the methods to learn PHP well? Next, I will provide students with several good self-study methods.

1. Choose an integrated environment to quickly build a php running environment

Here we recommend phpstudy under the php Chinese website. Use phpstudy 2016 or phpstudy V8 version. First, Set up the PHP environment locally so that the PHP web page can be run.

2. Learn the basic syntax and common functions of PHP

It is recommended to go to the php Chinese website to readBasic knowledge of php

3. Practice more , follow the tutorials to write code, and when you first start learning, there is an awkward point where you can see it but can’t actually write it. It must be because you don’t have enough practice. It is recommended to refer to the learning method summarized by Brother Zhu for the students: How to learn something well A programming language? Brother Zhu will talk to you about efficient programming learning methods

4. You can watch some introductory PHP videos

Here is recommendedDugu Jiujian series on PHP Chinese website, or "Ouyang Ke: PHP Introduction Tutorial"

5. If you have any questions, solve them yourself first, and then go to the forum or QQ group to ask other people. If you want to ask, be sure to Describe in detail what environment, what background, and what methods you have tried but still not solved.

Question community: https://www.php.cn/wenda.html Or join the php Chinese website QQ group

6. Practice from the basics, first write a Message board, then write a simple news system, and then try to build your own personal blog

Recommend the comprehensive practical part in this article:https://www.php.cn/toutiao-431273 .html

7. Go to github to find some open source projects to imitate and learn from. Excellent people will definitely summarize the advantages of others and avoid their own shortcomings

In fact, there is no fixed method for learning. The most important thing is that you have to calm down, take one step at a time, and sometimes give yourself an encouragement, and you will be one step closer to success.

The above is the detailed content of What are some good ways to learn PHP by yourself?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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