SoFunction
Updated on 2025-04-02

Dedicated to beginners of php (introduction learning experience)

1. Summary: You need to learn any language. Read more, think more, write more, and ask more! ! Writing programming is something that makes perfect! Because there is only so much knowledge, you will feel that everything is the same if you read it too much.

Programmers are just a remix, over and over again. You can write the code with your eyes closed after you click a few more times, so corporate recruitment will ask you how many lines of code you have written! ! Programmers are most taboo to be impetuous. Sometimes they find that a program cannot find any errors, just because there is less or more symbols. What programmers need is careless, and careless people cannot be programmers!

Reference manuals must be well known. Some beginners will ask some very basic questions, but in fact they are all on the manuals, so it is recommended that beginners read the manual first. It is best to copy the commonly used functions several times! ! Touch the code in the manual a few more times.

When you get familiar with everything in the manual, you are very unlikely to encounter problems. Of course, I need to read the mysql manual, but I can't read it as detailed as I first! At least you need to know the commonly used SQL statements, this is a must!

3. I think the best thing about PHP is that there are many open source projects that can be found online, and some of them are large projects. Therefore, it is recommended that beginners can read the message board code, first be familiar with common data operations, then go to see a simple corporate website or blog, and then go to study ecshop and so on. When you understand these, you can go to the source code of the discuz and phpwind forums. The architectures inside are quite powerful. Of course, this is not something that beginners need to do, but they must always have an ideal of becoming a general!

4. You must get used to it and solve problems yourself first. In the Internet age, you must learn to use Baidu and Google. This is a must. When you really can’t solve the problem, then seek help from others! !

5. When you finish writing a program, you must learn to share it, because you are a beginner, and your program may have many imperfections, so sharing the program you write is more beneficial to you! ! Share more and communicate more! This will make the program you write more exquisite! !

6. Remember, after learning php, you should not only learn php, but you should learn to analyze the implementation method of a project or the implementation method of a program. It is said that algorithms are the basis of language. To learn php well, you have to learn and use algorithms to implement your programs. Learn to use algorithms that can be used in any language. Learn to use php and you can only use php.