0

Enable PHP errors to Display on Web Browser

How to enable Enable PHP errors to Display on Web Browser?

ryder
asked Oct 7, 2021
1 Answer
0

To enable display_errors parameter

Goto your php.ini configuration file.
vim /etc/php.ini
search for this variable and set its value to on
display_errors = on
Then, add the following code to your the application PHP script fle.

View More
linuxhelp
answered Oct 7, 2021
Your Answer
||||
x
 
100:0