I have tried various combinations of this code to display errors...
PHP Code:
error_reporting(E_ALL);
ini_set ('display_errors', 1);
I don't understand what is being "set". Is there an ini file on my web host, or is there one on my local host if I run local? Or do you need to supply this code every time you send code to the compiler? What am I doing wrong?
Thank you.
|