search
HomeBackend DevelopmentPHP ProblemHow to output error message in php

How to output error message in php

Aug 14, 2020 pm 02:39 PM
phpError message

How to output error information in php: first open the php.ini configuration file; then modify the configuration [display_errors = On] to enable error prompts; finally modify the configuration [log_errors = On] to enable logging error information.

How to output error message in php

The method is as follows:

(Recommended tutorial: php graphic tutorial)

By modification php.ini configuration file to output error information

;显示错误信息  
display_errors = On  
;显示php开始错误信息  
display_startup_errors = On  
;日志记录错误信息  
log_errors = On

(Video tutorial recommendation: php video tutorial)

Use the ini_set() function to output error information

ini_set('display_errors',1);    //错误信息  
ini_set('display_startup_errors',1);    //php启动错误信息  
error_reporting(-1);    //打印出所有的 错误信息  
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');    //将出错信息输出到一个文本文件

The above is the detailed content of How to output error message in php. For more information, please follow other related articles on the PHP Chinese website!

Statement
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

Video Face Swap

Video Face Swap

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

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

DVWA

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

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool