Why do programmers hack PHP? PHP Chinese website has something to say!
Why do programmers like to hack PHP? This is it! Try calling PHP garbage, and I’m sure PHP programmers won’t beat you up! It's like your own alma mater. Even though there are many bad things about it, you only allow yourself to make fun of it and don't allow outsiders to curse. In fact, it's the same for PHP developers. When they have nothing to do, everyone just uses "PHP is the best language in the world" as a joke, or introduces themselves as a "pornographic film" entertainment Get off yourself. In fact, we have not seen real programmers criticize PHP until now, and those who hack PHP are those who do not understand, or some training institutions in other languages deliberately hack.
On the other hand, if php is often hacked, it will be a good thing! There are only two languages in the world: those that no one uses and those that are often criticized. No matter whether you criticize, criticize or criticize, it can't change that PHP is the most commonly used language for website development! In fact, what the editor of PHP Chinese website wants to say is that every language has its advantages and disadvantages, and the most important thing is the programmer! There is no best language, only the best programmers. See for details: The growth story of a programmer on why the PHP Chinese website was founded!
The following are excerpts of some professionals’ views on the PHP language:
1. It doesn’t matter if you are hacked Yes, the key is that PHP can quickly solve most problems. The number of PHP positions recruited by domestic companies explains everything.
After a rough look at 51job, in the past month, JAVA ranked first with more than 20,000 positions, PHP ranked second with more than 10,000 positions, and other languages were in the order of thousands. For example, Python only had more than 1,000 positions.
2. The first question, if you just want to simply write a background program, you don’t need to learn too much html/cssEspecially css, the background program is basically logic, and css is basically It won’t be used too much, but you still need to understand some basics. You need to know how to use the basic HTML tags. You don’t need PHP to submit the form and you don’t even know how to use

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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

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

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

Working with database in CakePHP is very easy. We will understand the CRUD (Create, Read, Update, Delete) operations in this chapter.

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

In this chapter, we are going to learn the following topics related to routing ?

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

Validator can be created by adding the following two lines in the controller.