Archive for the 'Error Reporting' Category

The first thing you need to do when writing PHP code, no matter if it is a stand-alone program or just a few lines within your HTML code, is to enable full error reporting so that you can see exactly how the code is being interpreted. Sometimes you can ignore warnings, since PHP handles them [...]