0

Enable PHP errors to Display on Web Browser

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

Browser Php Add a comment
ryder
asked Oct 07 2021

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.

Add a comment
linuxhelp
asked Oct 07 2021
Post your Answer