PHP closing tag and tags with html
I had a problem recently with ‘headers already sent’ which was traced to white-space at the end of an included php file which because of the php.ini error level was displaying an error to browser and catching out the header() function.
In the past I’ve always put a trailing ?> tag in a php file to match the mandatory





Recent Comments