Home Common Problem PHP 0 basic training experience sharing

PHP 0 basic training experience sharing

Feb 22, 2020 am 09:28 AM
php

PHP 0 basic training experience sharing

php 0Basic training experience sharing

The following are shared by netizens:

From my own Let’s start with some personal experiences. When people first started working in PHP, they would start with content management systems, corporate websites, html static pages, and js special effects. These points would make it difficult for people to notice that I am not proficient in PHP. Maybe there are many Java programmers who don't understand it. Some people even doubt that PHP is a front-end language, not a server-side scripting language. In some second- and third-tier cities, the projects are relatively small, and they are all expected to be completed independently, without any division of labor. I will review the PHP program now and share my own views. I hope it can help you. How to become a PHP developer?

1. First, let’s understand what PHP is? What can PHP do? Why did you choose PHP? What do you want to do with PHP? First think about whether you want to do this long-term in the future. Because if you don't write code for a long time, practice, and solve problems, you won't be able to achieve anything. This is not a matter of speculation. Speculation will only lead to nothing being learned and a waste of time.

2. Use an integrated environment to install the PHP environment. Be sure to remember this and do not install it separately, especially for self-taught friends. Otherwise, you will find it very complicated and will not have the confidence to continue learning. It should also be noted that no master is achieved overnight. It takes step by step and different stages of experience to achieve the final result.

3. First understand some basic variable types, syntax, functions, basic logic, and write simple code. In the early stage, the focus is on trying and cultivating interest. This period of time is a good time to lay a good foundation. This will affect your subsequent development, but it can also be improved in the later stages. ,

Recommendation: "PHP Training"

4. At this time, you may think that PHP is just like this, not difficult, or some people think it is too difficult. Just looking confused. What is the use of this. At this time, you must persevere. You can try letting it go first, don't take it too seriously. What confuses you will slowly be understood by you. At this time, it is recommended to learn html css js to relieve your own pressure. This is relatively simple and gives you confidence in your resume. Especially for js, the summary actually has the same idea, which can be combined and experienced together.

5. I feel like I can put them aside if I understand 80% of them. Now when I am learning MySQL, I also need to understand the basics first. What is this for and what can I do with it. Because of the integrated environment installed before. Why do you feel messy? What I want to tell you is, first, don’t waste time and lose confidence by struggling when you are unable to solve the problem. What we have to do at this time is to learn to strengthen ourselves and not be discouraged. Second, I originally thought that understanding all of this would be complete. Our goal is also to do all of these well. This is a qualified PHP programmer.

6. If all goes well, you are basically not far from the preset goal and have completed 70% of the entire study. What follows is a sublimation of the previous one. Combine HTML with css and js, combine static files with PHP, and combine PHP with MySQL. There may be an unusual number of problems at this stage, and you must learn to solve them. There are many answers on the Internet, but you also need to learn to ask questions.

7. After these, you are almost at the end of learning, but you still lack experience. At this time, you can look at some open source CMS online, such as Dream Weaver, which is widely used in China and can solve problems more easily. Watch some videos (there are many for free online), check for omissions and fill in the gaps, and summarize and form your own knowledge system. It's time to prepare to celebrate that this period of time has not been in vain (usually 2 to 3 months, depending on the time spent every day), and you have basically become a qualified PHP programmer. It’s time to congratulate you, it’s actually not that difficult. Persistence, perseverance; effort, effort; study, study.

8. You can go to the recruitment website to check the job requirements of most companies, and then prepare the knowledge points that you don’t know yet. If you choose a smaller company at the beginning, it may require you to know more, but generally you are not required to be very proficient. During this period, you should still focus on learning with an open mind. A small company will give you a broader perspective, while a large company will give you more focus and more advanced technology. The height of each person behind depends on their own luck.

The above is not necessarily in the order of your learning progress. You can adjust it flexibly. I just divided the entire PHP learning period into several important points and several common stages. Might come with strong personal experiences, but also some opinions and suggestions. I hope to give some help to those who are confused, are still working hard, or want to give up. To sum up, a qualified PHPer should be able to static web pages, PHP programming, and be familiar with databases.

Note: php Chinese website provides a large number of free, original, high-definition php video tutorials, and will hold php public welfare training regularly!

The above is the detailed content of PHP 0 basic training experience sharing. For more information, please follow other related articles on the PHP Chinese website!

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

To work on file upload we are going to use the form helper. Here, is an example for file upload.

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

CakePHP Quick Guide CakePHP Quick Guide Sep 10, 2024 pm 05:27 PM

CakePHP is an open source MVC framework. It makes developing, deploying and maintaining applications much easier. CakePHP has a number of libraries to reduce the overload of most common tasks.

How do you parse and process HTML/XML in PHP? How do you parse and process HTML/XML in PHP? Feb 07, 2025 am 11:57 AM

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

PHP Program to Count Vowels in a String PHP Program to Count Vowels in a String Feb 07, 2025 pm 12:12 PM

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

Explain JSON Web Tokens (JWT) and their use case in PHP APIs. Explain JSON Web Tokens (JWT) and their use case in PHP APIs. Apr 05, 2025 am 12:04 AM

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,