2016-10-29, 06:52:32
yeah its fine, some people leave the close php tag out as it prevents errors if whitespace is left after the tag.
From the PHP Manual: The closing tag of a PHP block at the end of a file is optional, and in some cases omitting it is helpful when using include() or require(), so unwanted whitespace will not occur at the end of files, and you will still be able to add headers to the response later.Nov 13, 2013
From the PHP Manual: The closing tag of a PHP block at the end of a file is optional, and in some cases omitting it is helpful when using include() or require(), so unwanted whitespace will not occur at the end of files, and you will still be able to add headers to the response later.Nov 13, 2013