How to prevent php from displaying error messages: First use a text editor to open the php.ini configuration file; then modify the configuration [display_errors = Off]. If you want to enable error prompts, just modify the configuration [display_errors = On].
If you do not have the permission to modify php.ini, the method is as follows:
(Recommended tutorial: php video tutorial )
// 只需在php文件中加入这两句即可开启PHP错误提示 ini_set("display_errors", "On"); error_reporting(E_ALL | E_STRICT);
If you have the permission to modify php.ini, the method is as follows:
# 开发错误提示 display_errors = Off 修改为 display_errors = On # 修改错误级别 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT 修改为 error_reporting = E_ALL
Related recommendations: php training
The above is the detailed content of How to prevent php from displaying error messages. For more information, please follow other related articles on the PHP Chinese website!

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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot 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.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download
The most popular open source editor

SublimeText3 Chinese version
Chinese version, very easy to use

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment
