It should be said that PHP is very popular, and there are a lot of tutorials on the Internet, so I think to learn PHP well, you should start from the following aspects.

  1. First, through PHP small case demo, quickly master the basic syntax;

  2. Master how to deal with PHP database MySQL, and realize basic add, delete, change and check;

  3. Be able to write basic HTML, especially form forms, and roughly write login pages;

I set up a new technical exchange circle, the main group is a 10-year-old technical personnel, the technical director of a listed company, the group will answer questions for the group every day, recruitment push, click to join the circle

  1. Learn about JavaScript, CSS, and a little bit about landing pages;

  2. To achieve user login, the purpose is to put the knowledge of the first 4 steps with a string;

6. Learn a little about programming specifications and wearable tech wheels;

7. Find an open source project, run down the local run, refine the idea, implementation, follow the cat to enrich the above implementation of the user login system.

8, to find a good textbook, there are too many online textbooks, choose a good textbook, or a good video tutorial, absolutely let you get twice the result with half the effort.

9, to make full use of Baidu And Google, now society, not necessarily anything, but must be able to search online information, this is particularly important.

10, be sure to practice more, look for some actual cases, line by line of code, don’t be afraid of pain and fatigue.

11. Be sure to use it in your own work. Think more about how to combine it with your actual work and write programs to improve efficiency.