PHP
Printing PHP error during runtime
Want to print php errors but you have it set to turn off in you php.ini files. Here are the 3 lines you need to add to the top of your page to override the php.ini file.
First, you need to see what your error setting it. Add phpinfo(); into a blank
Read More