Sometimes leaving out the closing PHP tags ( ?> ) are better because it prevents errors due to unwanted whitespace at the end of your script. This is especially useful if you’re including various PHP files.
Sometimes leaving out the closing PHP tags ( ?> ) are better because it prevents errors due to unwanted whitespace at the end of your script. This is especially useful if you’re including various PHP files.
No comments yet.