AMP AMP
AMP
0
AMP

Enable PHP errors to Display on Web Browser

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

Browser Php Add a comment
a sample image
ryder
asked Oct 07 2021

Answer

AMP
0
AMP

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.

Add a comment
a sample image
linuxhelp
asked Oct 07 2021
Post your Answer