1 Answer
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.
Your Answer
x