Recently searched the word "php" on Baidu and found that "those who learn PHP now are all fools" have been appearing in related searches on Baidu. This aroused my interest. Are there really so many people searching like this?
Note: Baidu related searches will only be displayed if they have a certain search volume
But just from the search "Everyone who learns PHP now is a fool" In terms of words, it obviously does not conform to the user's search habits. Generally, users will search for search terms such as "Is php good?", "How is php?", "Which one is better between php and XXX?"
Then why do such bizarre search terms appear?
It is obvious that someone deliberately brushed up the words (this is a gray business, many people are engaged in it, so I will not go into it here) and deliberately slandered the PHP programming language in order to achieve the purpose of promoting other programming languages.
For example, in the past two years, some training institutions have been overwhelmingly promoting python, with a rhythm, as shown below:
What is the real employment situation of python?
Maybe it’s a slap in the face! The following is an article written by an industry guru:
My sad road to job hunting: If you can, learn PHP instead of Python
The article mainly explains a few things Main points:
1: It is difficult to find jobs in second and third tier cities with Python
2: Python is an academic programming language that requires academic qualifications and is suitable for students in key universities and needs A certain professional research background, otherwise you can only be reduced to a handyman
3: If you want to find a job quickly and have a relatively good salary, it is recommended to work in PHP or front-end positions
What about the actual PHP situation?
Let’s take a look at the latest PHP programming language share chart in the WEB development field provided by W3Techs
W3Techs provides 8 of 2022 Statistics for the 15th of the month.
Source address: https://w3techs.com/technologies/overview/programming_language
PHP accounts for 78% of the programming languages used on the WEB website server, ranking firmly First!
Note that we are referring to the field of web development. PHP is the best language. Of course, if it is compared to software development, there is no comparison. Each language has its own advantages.
In short:
PHP is the best language in the world, bar none! It's not a joke, nor is it groundless.
PHP has been criticized for more than ten years, but it is still the best language for web server development. It can be said that as long as the website lasts, PHP will exist. As for using nodejs, python, java, and .net Replacing PHP for WEB server development is not realistic and the cost is very high.
PHP is a free and open source website server-side development language that is most used in the world in WEB development, has the best ecology, and has the lowest maintenance cost. Therefore, PHP is definitely the first choice for website programming development.
In addition, PHP has the shortest learning cycle, is easy to get started, and has many jobs. Unlike Java, Python, .NET, C, etc., which require certain academic qualifications, it is difficult to learn and persist!
PHP launched PHP7.4 in 2019, PHP8.0 version in 2020, and PHP8.1 version in 2021. The speed, efficiency, and functions are becoming more and more powerful, and it will be used more and more. many!
Do you still believe that those who learn PHP are fools?
To paraphrase a popular saying: "I believe you, you damn old man is very bad!", you would be stupid if you really believed it!
Welcome to leave a message for discussion!
The above is the detailed content of Are all those who learn PHP idiots nowadays?. For more information, please follow other related articles on the PHP Chinese website!

The article compares ACID and BASE database models, detailing their characteristics and appropriate use cases. ACID prioritizes data integrity and consistency, suitable for financial and e-commerce applications, while BASE focuses on availability and

The article discusses securing PHP file uploads to prevent vulnerabilities like code injection. It focuses on file type validation, secure storage, and error handling to enhance application security.

Article discusses best practices for PHP input validation to enhance security, focusing on techniques like using built-in functions, whitelist approach, and server-side validation.

The article discusses strategies for implementing API rate limiting in PHP, including algorithms like Token Bucket and Leaky Bucket, and using libraries like symfony/rate-limiter. It also covers monitoring, dynamically adjusting rate limits, and hand

The article discusses the benefits of using password_hash and password_verify in PHP for securing passwords. The main argument is that these functions enhance password protection through automatic salt generation, strong hashing algorithms, and secur

The article discusses OWASP Top 10 vulnerabilities in PHP and mitigation strategies. Key issues include injection, broken authentication, and XSS, with recommended tools for monitoring and securing PHP applications.

The article discusses strategies to prevent XSS attacks in PHP, focusing on input sanitization, output encoding, and using security-enhancing libraries and frameworks.

The article discusses the use of interfaces and abstract classes in PHP, focusing on when to use each. Interfaces define a contract without implementation, suitable for unrelated classes and multiple inheritance. Abstract classes provide common funct


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Dreamweaver Mac version
Visual web development tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.